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 is a #include preprocessor?
Why enum is used in c?
Differentiate between a for loop and a while loop? What are it uses?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the use of bit field?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
How can I do serial ("comm") port I/O?
How do you initialize pointer variables?
How many levels of pointers can you have?
What is the total generic pointer type?
How can you read a directory in a C program?
Explain zero based addressing.
Compare interpreters and compilers.
What is an array? What the different types of arrays in c?