What is the Maximum Size that an Array can hold?
Answer Posted / dinesh
The maximum array size can be as per the below formula
TOTAL_RAM-(HEAP_AREA+DATA_SECTION+BSS_SECTION+STACK_SIZE)
DATA and BSS section which are used.
HEAP & STACK which are allocated.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by global variables?
How do you show the declaration of a virtual constructor?
What is object in c++ wikipedia?
List the special characteristics of constructor.
What are formatting flags in ios class?
Difference between a copy constructor and an assignment operator.
What is the keyword auto for?
Can a list of string be stored within a two dimensional array?
State the difference between pre and post increment/decrement operations.
Describe new operator?
What is vector string in c++?
What is a class definition?
How many types of comments are there in c++?
Is it possible to provide default values while overloading a binary operator?
Explain the use of this pointer?