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 / crazzybouy
#include<stdio.h>
int main(){
int a[0];
printf("%d",sizeof(a));
}
~
| Is This Answer Correct ? | 10 Yes | 11 No |
Post New Answer View All Answers
How are structure passing and returning implemented?
How we can insert comments in a c program?
Process by which one bit pattern in to another by bit wise operation is?
What language is c written?
What is a char in c?
What are the differences between new and malloc in C?
When is a void pointer used?
Write a program to reverse a given number in c language?
Which is better malloc or calloc?
how to find binary of number?
Why c is a mother language?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What does *p++ do? What does it point to?
Explain how can you determine the size of an allocated portion of memory?
i have a written test for microland please give me test pattern