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
Simplify the program segment if X = B then C ← true else C ← false
Is fortran still used today?
How can this be legal c?
What is the sizeof () operator?
Is c easy to learn?
What is sizeof array in c?
Why we use break in c?
Is this program statement valid? INT = 10.50;
write a program for the normal snake games find in most of the mobiles.
What are the different types of data structures in c?
write a c program for swapping two strings using pointer
Is null equal to 0 in sql?
Process by which one bit pattern in to another by bit wise operation is?
Explain how do you declare an array that will hold more than 64kb of data?
What is 'bus error'?