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 delegate? Can a user retain delegates?
Tell me difference between constant pointer and pointer to a constant.
Who made c++?
Array base access faster or pointer base access is faster?
What is the benefit of c++?
Is c++ still in demand?
Is c++ the hardest language?
Why is c++ considered difficult?
What is anonymous object in c++?
What is java and c++?
What is operator overloading in c++ example?
What is the identity function in c++? How is it useful?
List the advantages of inheritance.
give me an example for testing a program showing the test path .show how the test is important and complex.
Can I uninstall microsoft c++ redistributable?