What is the Maximum Size that an Array can hold?
Answer Posted / awadhesh
infinite
| Is This Answer Correct ? | 4 Yes | 17 No |
Post New Answer View All Answers
Differentiate between an array and a list?
What is a constructor in c++ with example?
What is the difference between function overloading and operator overloading?
What is the use of vtable?
What is the difference between a declaration and a definition?
How a macro differs from a template?
How to declare an array of pointers to integer?
What is general form of pure virtual function? Explain?
What are c++ tokens?
What do you mean by persistent and non persistent objects?
What is encapsulation in C++? Give an example.
Please explain the reference variable in c++?
What are pointer-to-members? Explain.
What is an inline function in c++?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char