What is the Maximum Size that an Array can hold?
Answer Posted / namitha
An array can hold the declared number size..
that is the size specified by the user
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
How would you obtain segment and offset addresses from a far address of a memory location?
State the difference between delete and delete[].
Is map ordered c++?
What is istream c++?
What is endl c++?
What's the order in which the objects in an array are destructed?
How to access a variable of the structure?
What is the basic of c++?
What is the use of namespace std in C++?
Differentiate between late binding and early binding. What are the advantages of early binding?
Is there any difference between int [] a and int a [] in c++?
Difference between a homogeneous and a heterogeneous container
What is namespace std; and what is consists of?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?