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 encapsulation in c++ with example?
Write about the various sections of the executable image?
Explain what is class definition in c++ ?
How do you initialize a string in c++?
Difference between strdup and strcpy?
What is meaning of in c++?
How is c++ different from java?
Which is not a valid keyword a) public b) protected c) guarded
Should I learn c++ c?
What is a c++ vector?
What is the difference between prefix and postfix versions of operator++()?
What is virtual destructor? What is its use?
What is abstract keyword in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
How can you specify a class in C++?