Answer Posted / dharmendra jadeja
Array is a Collection of Elements of same datatypes.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is string constants?
What is function prototype?
What is scanf_s in c?
Why c is a procedural language?
Where are c variables stored in memory?
What is the difference between int main and void main in c?
Explain output of printf("Hello World"-'A'+'B'); ?
When should a far pointer be used?
What is printf () in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
what is a constant pointer in C
How can I manipulate individual bits?
What is use of bit field?
What is return type in c?
What does it mean when a pointer is used in an if statement?