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 are single and multiple inheritances in c++?
What is the insertion operator and what does it do?
Which coding certification is best?
Explain operator overloading.
What are the important differences between c++ and java?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Explain what are single and multiple inheritances in c++?
Which should be more useful: the protected and public virtuals?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
How delete [] is different from delete?
What is private, public and protected inheritance?
What c++ is used for?
What is meaning of in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Define private, protected and public access control.