Answer Posted / manipal singh
Array is a collection of similar data types which stored in
contiguous memory locations
| Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the use of function overloading in C?
How do you define CONSTANT in C?
How does sizeof know array size?
What is pointer in c?
How can I prevent another program from modifying part of a file that I am modifying?
What is cohesion and coupling in c?
How is a macro different from a function?
What does typeof return in c?
What does sizeof function do?
When is the “void” keyword used in a function?
What is LINKED LIST? How can you access the last element in a linked list?
What is the size of structure pointer in c?
What does %p mean c?