Answer Posted / j j ramesh
it is the ordered collection of same type of variable.
accessed by index value range starts from 0
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 5 data types?
What does emoji p mean?
What is the significance of scope resolution operator?
Is exit(status) truly equivalent to returning the same status from main?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Write a code of a general series where the next element is the sum of last k terms.
Do you know the purpose of 'register' keyword?
What is structure pointer in c?
Is it better to use a macro or a function?
What is self-referential structure in c programming?
Why #include is used in c language?
What do you mean by scope of a variable in c?
What is meant by inheritance?
Explain the difference between #include "..." And #include <...> In c?
How can I use a preprocessorif expression to ?