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
Write a recursive program to calculate factorial in c++.
Is java a c++?
How many static variables are created if you put one static member into a template class definition?
What are associate containers?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is flag in computer?
Why do we use using namespace std in c++?
Is c++ a dying language?
What do you mean by friend class & friend function in c++?
Is map thread safe c++?
What is virtual table?
How are pointers type-cast?
Can a program run without main function?
Write about a nested class and mention its use?
What are stacks?