C Language Array Interview Questions and Answers For Freshers Part-4
7. Why can’t constant values be used to define an array’s initial size? There are times when constant values can be used and there are times when they can’t. A C program can use what C considers to be constant…
Read More