Search code examples
A pointer-to-a-VLA-typed controlling expression in a _Generic expression...

cc11variable-length-array

Read More
Why is this C array giving the "Expected Expression" error?...

arrayscvariable-length-array

Read More
How to make use of an array returned by a function? in C language...

arrayscreturn-valuevariable-length-array

Read More
Check if a number is already presented on an array with values introduced by the user...

cfor-loopuniquevariable-length-array

Read More
Adding two corresponding array elements and return the resultant array...

cscopefunction-definitionvariable-length-arraystorage-duration

Read More
Is it valid to typecast to a pointer to a variable length array type?...

cvariable-length-array

Read More
What is "int (*arr)[cols]" where "cols" is a variable, in C++?...

c++cvariable-length-array

Read More
Fibonacci number code with for-loop and if statement error...

cfor-loopfibonaccivariable-length-array

Read More
ISO C90 forbids variable length array...

cvariable-length-array

Read More
Why sizeof (array A[n]) without n defined in C++is fixed?...

c++sizeofvariable-length-arraygcc-extensions

Read More
How can I initialize an array without knowing its size?...

javaarraysarraylistsizevariable-length-array

Read More
c++ - no matching function for call to...

c++templatesfunction-declarationvariable-length-array

Read More
Defining a C function that takes a 2D array with variables for dimension sizes...

cmultidimensional-arrayc-stringsfunction-declarationvariable-length-array

Read More
Enabling VLAs (variable length arrays) in MS Visual C++?...

cvisual-c++c99c89variable-length-array

Read More
Can anyone tell how can I get this done: code of relation of array with pointers...

arrayscinitializationdeclarationvariable-length-array

Read More
What happens when I initialize an array having the size as a variable?...

c++dynamicheap-memoryvariable-length-arraystack-memory

Read More
Returning the last digit of every number in an array...

javaarraysloopsvariable-length-array

Read More
Variable-length array in C...

arrayscdeclarationvariable-length-array

Read More
In Python why does the variable specified inside the loop has length 1 whereas the other outside the...

pythonvariablesstring-lengthvariable-length-arrayvariable-length

Read More
Why does array with variable-sized work but not dynamic array?...

arrayscscanfdeclarationvariable-length-array

Read More
Are unconstrained arrays in Ada safe to use?...

cadavariable-length-array

Read More
C initialized and non initialized array with variable size...

arrayscinitializationsizeofvariable-length-array

Read More
Char with a variable length...

cstructchardynamic-memory-allocationvariable-length-array

Read More
Facing problem while initializing an array...

arrayscinitializationdeclarationvariable-length-array

Read More
std::make_unique with placement new...

c++new-operatorunique-ptrvariable-length-arrayflexible-array-member

Read More
return 2D array from C function...

cmultidimensional-arrayreturn-typefunction-declarationvariable-length-array

Read More
Prototype for variable-length arrays...

carraysvariable-length-array

Read More
variable char size without malloc in C...

cvariable-length-array

Read More
Are variable length arrays there in c++?...

c++variable-length-arraygcc-extensionsclang-extensions

Read More
Why can we not use an const int to initialize the size of a char array?...

cconstantsdeclarationliteralsvariable-length-array

Read More
BackNext