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
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain union. What are its advantages?
Can we initialize extern variable in c?
Why do we use header files in c?
Is c language still used?
How many keywords are there in c?
Differentiate between the = symbol and == symbol?
What is this infamous null pointer, anyway?
How is a pointer variable declared?
What is define directive?
How do you generate random numbers in C?
What math functions are available for integers? For floating point?
What are predefined functions in c?
Can we change the value of static variable in c?
What are the different types of objects used in c?