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
If I is an integer variable, which is faster ++i or i++?
Explain terminate() function?
Which programming language should I learn first?
Write a program to interchange 2 variables without using the third one.
What is an arraylist c++?
What is the array and initializing arrays in c++?
Is c++ a float?
What is friend class in c++ with example?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Is c++ map a hash table?
Where can I run c++ program?
Define pre-condition and post-condition to a member function in c++?
Explain the use of vtable.
Should I learn c or c++ first?