what is an array

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


Please Help Members By Posting Answers For Below Questions

Can we replace the struct function in tree syntax with a union?

997


What is define directive?

848


What does double pointer mean in c?

772


How can I find out the size of a file, prior to reading it in?

871


What are the features of c languages?

817


Why c is called procedure oriented language?

787


What is hungarian notation? Is it worthwhile?

941


Why do we use int main instead of void main in c?

882


What is a static variable in c?

855


How many loops are there in c?

803


What is difference between union and structure in c?

769


Explain how does free() know explain how much memory to release?

764


In a switch statement, what will happen if a break statement is omitted?

807


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

1695


What is void main ()?

794