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
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How do you define structure?
What does %c do in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Not all reserved words are written in lowercase. TRUE or FALSE?
Is fortran faster than c?
Explain the advantages of using macro in c language?
How can type-insensitive macros be created?
What are the types of data types and explain?
What are enumerated types?
What is gets() function?
Write a program to print fibonacci series using recursion?
Do you know what are the properties of union in c?
I need testPalindrome and removeSpace
#include
What is the advantage of a random access file?