Answer Posted / malathi
array is a collection of homogeneous data items,that shares
a common name,this is stored in sequence memory.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the basic concept of c++?
Which format specifier is used for printing a pointer value?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Explain method of creating object in C++ ?
How is new() different from malloc()?
What is the difference between a template and a macro?
What is one dimensional array in c++?
Why should we use null or zero in a program?
What is difference between n and endl in c++?
Which software is best for c++ programming?
What are activex and ole?
What is a buffer c++?
What is lambda in c++?
What is Destructor in C++?
How to implement is-a and has-a class relationships?