Answer Posted / virender kumar
An array is a collection of similar data type, that can store the value of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you print an address?
Is c a great language, or what?
What is #define used for in c?
What is sizeof in c?
Explain null pointer.
Why is c called a structured programming language?
List some of the dynamic data structures in C?
How do I send escape sequences to control a terminal or other device?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain a file operation in C with an example.
What does *p++ do?
What does 3 periods mean in texting?
What is the need of structure in c?
In C, What is the #line used for?
Is there sort function in c?