List Question
10 TechQA 2025-01-02 08:42:47How to declare a variable length array in Visual Studio C89 following other code
3k views
Asked by dave
Is it necessary to use new for dynamic memory allocation?
147 views
Asked by Sahil Julka
Why can't we specify a variable size when declaring a static array?
56 views
Asked by Moiz Sajid
Initialize array with a non-const function argument
1.6k views
Asked by user3650284
VLAs and side-effect in sizeof's operand
771 views
Asked by Quentin
Cast "pointer to const" to "pointer to const VLA"
463 views
Asked by diapir
variable length multidimensional arrays
178 views
Asked by loki47_ch
How does C99 handle being unable to create a variable length array at run time?
461 views
Asked by Mawg says reinstate Monica
Effective size versus actual size of an array, how to get to know the effective size?
2k views
Asked by Joop
array size initialized dynamically example
95 views
Asked by coder666