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
State two uses of pointers in C?
write a program in c language to print your bio-data on the screen by using functions.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Where can I get an ansi-compatible lint?
What is boolean in c?
Is c pass by value or reference?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Explain what is operator promotion?
What is time null in c?
Can variables be declared anywhere in c?
What is identifiers in c with examples?
What are near, far and huge pointers?
Is there any possibility to create customized header file with c programming language?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain the use of bit fieild.