Is it somewhat possible to make a list, array, something in a device function with the size of the list/array beeing a parameter in the call… or a global variable that's ...
I know that in C, arrays are not supposed to be dynamically sized.
With that in mind, would the following code be allowed? (Trying to declare an array of chars the same ...