Answer Posted / vignesh1988i
an array ia an homogenous collections of same data types
which occupies continues memory locations .......
| Is This Answer Correct ? | 166 Yes | 31 No |
Post New Answer View All Answers
How variables are declared in c?
Write a program to print fibonacci series using recursion?
What is main function in c?
What are the 5 types of inheritance in c ++?
How many types of functions are there in c?
What is scope rule of function in c?
What is a rvalue?
is it possible to create your own header files?
Is boolean a datatype in c?
What is the significance of scope resolution operator?
How many types of sorting are there in c?
What is the difference between the expression “++a” and “a++”?
How is a macro different from a function?
What are header files why are they important?
Compare array data type to pointer data type