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


Please Help Members By Posting Answers For Below Questions

Is the exit() function same as the return statement? Explain.

873


Write a program to print fibonacci series without using recursion?

857


how we can make 3d venturing graphics on outer interface

4402


What should malloc() do?

864


Why n++ execute faster than n+1 ?

2357


What does typeof return in c?

861


What is the use of putchar function?

857


Write a program to show the change in position of a cursor using c

843


which type of aspect you want from the student.

1924


What is union and structure?

806


Explain built-in function?

869


What are the key features in c programming language?

837


Explain how can I make sure that my program is the only one accessing a file?

929


What is preprocessor with example?

803


Is c compiled or interpreted?

924