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 a forward referencing and when should it be used?
What does scope resolution operator do?
How can I learn c++ easily?
What is c++ 11 and c++ 14?
How many types of scopes are there in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
How can you link a c++ program to c functions?
what is c++
What is the difference between a template and a macro?
Can circle be called an ellipse?
Explain the auto storage classes in c++.
Is the declaration of a class its interface or its implementation?
Difference between pointer to constant vs. Pointer constant
Why is it necessary to use a reference in the argument to the copy constructor?
What is endianness?