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 / slowdeath
no, it is not possible to define a array with 0 element,
the compiler will show an error message that array must
contain atleast one element
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is function prototype in c language?
What are the rules for identifiers in c?
What is advantage of pointer in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why do we use c for the speed of light?
What is the difference between call by value and call by reference in c?
What is c definition?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Is fortran still used in 2018?
Explain what is wrong in this statement?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Do you know the difference between exit() and _exit() function in c?
When should you not use a type cast?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Are the variables argc and argv are always local to main?