Answer Posted / rohit v.kamlakar
An array is a collection of similar elements(data types).
These similar elements could be all ints, or all floats, or
all chars, etc.
In an array all elements must e of same types.
In simple language, Arrays are used to give 'one' variable
the power to hold 'more than 1' values.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is #define in c?
What is function and its example?
What is the difference between union and structure in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
code for find determinent of amatrix
What is static and volatile in c?
Explain how do you search data in a data file using random access method?
What is the difference between the local variable and global variable in c?
How do I round numbers?
What is the code for 3 questions and answer check in VisualBasic.Net?
What will the preprocessor do for a program?
How macro execution is faster than function ?
What would be an example of a structure analogous to structure c?
How would you obtain the current time and difference between two times?
What is the time and space complexities of merge sort and when is it preferred over quick sort?