How do I customize the number of elements in an array
0
Follow
0
View
How do I customize the number of elements in an array
I want to define arrays by scanf without finizing the number of elements, but the compiler is reporting an error that cannot take variables as array arguments. What can I do?