Answer Posted / nikita
array is continous memory allocation for some data types.
<data ytpe> array name .[no of element].
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is function what are the types of function?
How many types of arrays are there in c?
What is the best style for code layout in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is putchar() function?
Write the control statements in C language
What is the best way of making my program efficient?
What are the different types of linkage exist in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why do we use stdio h and conio h?
What is the maximum length of an identifier?
What does c mean before a date?
Should a function contain a return statement if it does not return a value?
What do mean by network ?
what will be maximum number of comparisons when number of elements are given?