Answer Posted / amit chauhan
Array is a collection of smiler data type.
address location of array starts from 0. OR
"It is a set of elements which stored under a single name". n
OR
"An array is a collection of homogenous data elements which
are stored in consecutive memory locations.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is difference between scanf and gets?
What is the difference between array_name and &array_name?
What is c token?
How can I do serial ("comm") port I/O?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is getch() function?
diff between exptected result and requirement?
What is c programing language?
How can I open files mentioned on the command line, and parse option flags?
Is struct oop?
write a program to print largest number of each row of a 2D array
What are qualifiers and modifiers c?
Explain how can I right-justify a string?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Which are low level languages?