IS it possible to define a zero sized array in c.if it is
possible how can the elements of that array can be
accessed.array index starts from zero,if it is possible to
define zero sized array how can be its first element can be
accesseed.
Answer Posted / avtar singh
no it is not possible to define array with size 0 as
compiler shows a compilation error of array must contain
atleast one element;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are compound statements?
What is time null in c?
What is the difference between struct and typedef struct in c?
How can you allocate arrays or structures bigger than 64K?
using only #include
how many errors in c explain deply
How will you declare an array of three function pointers where each function receives two ints and returns a float?
where are auto variables stored? What are the characteristics of an auto variable?
Tell us the use of fflush() function in c language?
Explain indirection?
Why clrscr is used after variable declaration?
With the help of using classes, write a program to add two numbers.
Can the curly brackets { } be used to enclose a single line of code?
How can I open a file so that other programs can update it at the same time?
What does malloc () calloc () realloc () free () do?