0
How do we give array inputs without specifying array size when defining the array.
2 Answers
+ 2
In this case , you can use linked list or ,
Choose some bigger size array,
#define n 100
Then use this n in your array and then you can replace this value of n with any particular value , after getting it from user , i hope it will be helpful
0
What if the number of entries are not specified