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 LINKED LIST? How can you access the last element in a linked list?
What is the size of empty structure in c?
What is FIFO?
Do you know what are the properties of union in c?
What is a char in c?
Disadvantages of C language.
What is the argument of a function in c?
What is an arrays?
Is c a great language, or what?
Is return a keyword in c?
What is scope rule in c?
Explain the difference between malloc() and calloc() function?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Write a code to generate a series where the next element is the sum of last k terms.
Explain what are multidimensional arrays?