Answer Posted / shubham
In short we can say that
Array is a single variable in
which multiple values of
same type can be stored.
Elements of Array share
single name.
Eg: int a[2];
here a is a variable in which
two elements of type int are
stored.
http://
studytipsandtricks.blogspot.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
using only #include
Explain about the constants which help in debugging?
What is calloc in c?
What will the preprocessor do for a program?
What are header files in c programming?
how do you programme Carrier Sense Multiple Access
What is function pointer c?
Difference between macros and inline functions? Can a function be forced as inline?
c program to compute AREA under integral
What does *p++ do?
If fflush wont work, what can I use to flush input?
State the difference between realloc and free.
What is main () in c?
Why do we use null pointer?