What is the Maximum Size that an Array can hold?
Answer Posted / rajat paliwal
Actually it depends on which mode you are programming.
if ur workin in normal c complier i.e. in dos (16 bit)
then maximum size for
char-> 65535
int ->65535/2=32767
float->32767/2=16382
..
however if you are working in 32 bit operating enviroment
like in VC++
then the maximum size for char = 2 raisec to power 32..
like that..
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is the use of turbo c++?
Explain function overloading
What is an accessor in c++?
What is std namespace in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
How would you use the functions randomize() and random()?
What are built-in functions? What is the syntax for the definition?
What is capacity in vector in c++?
What is difference between c++ and c ++ 14?
What happens if a pointer is deleted twice?
Can a new be used in place of old mallocq? If yes, why?
What is time_t c++?
Is vector a class in c++?
What is the difference between map and hashmap in c++?
How much is c++ certification?