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
Can we replace the struct function in tree syntax with a union?
What is define directive?
What does double pointer mean in c?
How can I find out the size of a file, prior to reading it in?
What are the features of c languages?
Why c is called procedure oriented language?
What is hungarian notation? Is it worthwhile?
Why do we use int main instead of void main in c?
What is a static variable in c?
How many loops are there in c?
What is difference between union and structure in c?
Explain how does free() know explain how much memory to release?
In a switch statement, what will happen if a break statement is omitted?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is void main ()?