Answer Posted / kalidasan
Array is a object, it will allow to store multiple values in
one variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Can 'this' pointer by used in the constructor?
In c language can we compile a program without main() function?
Which function in C can be used to append a string to another string?
Why c is called object oriented language?
What are the types of variables in c?
if p is a string contained in a string?
Why is a semicolon (;) put at the end of every program statement?
Where define directive used?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Why C language is a procedural language?
What is the difference between c &c++?
What is a pointer value and address in c?
How can I change the size of the dynamically allocated array?
What is the scope of an external variable in c?
Explain continue keyword in c