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
What is the sequence of destruction of local objects?
What are the storage qualifiers?
What is the two main roles of operating system?
what is upcasting in C++?
Describe protected access specifiers?
What are the stages in the development cycle?
What is the use of default constructor?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is the use of dot in c++?
What is the keyword auto for?
What is a tree in c++?
What is the difference between equal to (==) and assignment operator (=)?
What is insertion sorting?
What is == in programming?
Can you overload the operator+ for short integers?