What is the Maximum Size that an Array can hold?
Answer Posted / chaitanya
the array is declared based on data type,then the array
size is also based on size of data type
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the role of copy constructor in copying of thrown objects?
Explain register storage specifier.
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What are pointer-to-members in C++? Give their syntax.
In the derived class, which data member of the base class are visible?
How do you clear a set in c++?
What is a buffer c++?
What is general form of pure virtual function? Explain?
What are the advantages of c++?
What is fixed in c++?
When should you use global variables?
What is a literal in c++?
Is c++ pass by reference or value?
Which sort does c++ use?
Is there a sort function in c++?