What is the Maximum Size that an Array can hold?
Answer Posted / adnan sheikh
max.size of array is 2^32
Because each process contains:
maximum numbers of segments per process=16KB
largest segment size= 4GB
defines in 32 bits
Types of segments are:
data segment
code segment
stack segment
heap segment and many more.
Hopefully we will satisfies with my answer.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain overriding.
When should overload new operator on a global basis or a class basis?
What are friend functions in C++?
How to declare a pointer to an array of integers?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Is c++ a dying language?
How can we read/write Structures from/to data files?
What is the syntax for a for loop?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What are guid?
What are the differences between the function prototype and the function defi-nition?
Explain the auto storage classes in c++.
Why can templates only be implemented in the header file?
Why are pointers used?
What are single and multiple inheritances in c++?