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
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
why and when we can declar member fuction as a private in the class?
Is multimap sorted c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is a storage class used in c++?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Explain the advantages of using friend classes.
What is split a string in c++?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is the difference between the compiler and the preprocessor?
How do you show the declaration of a virtual constructor?
Explain linear search.
What is a base class?
What kind of problems can be solved by a namespace?
What are keywords in c++?