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
Is the exit() function same as the return statement? Explain.
Write a program to print fibonacci series without using recursion?
how we can make 3d venturing graphics on outer interface
What should malloc() do?
Why n++ execute faster than n+1 ?
What does typeof return in c?
What is the use of putchar function?
Write a program to show the change in position of a cursor using c
which type of aspect you want from the student.
What is union and structure?
Explain built-in function?
What are the key features in c programming language?
Explain how can I make sure that my program is the only one accessing a file?
What is preprocessor with example?
Is c compiled or interpreted?