Answer Posted / vijay
An array is a collection of homogenous data elements which are
stored in consecutive memory locations.Always address location
of array starts from 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of && in c?
What functions are used in dynamic memory allocation in c?
the question is that what you have been doing all these periods (one year gap)
hi, which software companys will take,if d candidate's % is jst 55%?
Can we change the value of #define in c?
What is the use of #include in c?
What is the difference between struct and typedef struct in c?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Can a pointer be volatile in c?
What is 2 d array in c?
What are the parts of c program?
What is the difference between malloc() and calloc() function in c language?
What is a pointer in c plus plus?
What is the usage of the pointer in c?
Where can I get an ansi-compatible lint?