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
Explain 'far' and 'near' pointers in c.
What is 02d in c?
Explain two-dimensional array.
What is c basic?
What is a file descriptor in c?
Why c is called top down?
Why does not c have an exponentiation operator?
What is the process to generate random numbers in c programming language?
What is a 'null pointer assignment' error?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is structure in c definition?
When the macros gets expanded?
Write a code to generate a series where the next element is the sum of last k terms.
Why dont c comments nest?
What is cohesion in c?