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 will the line of code below print out and why?
Write a function that swaps the values of two integers, using int* as the argument type?
What is the difference between set and map in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Can turbo c++ run c program?
Is string data type in c++?
State two differences between C and C++.
Can we make copy constructor private in c++?
What is the full form of ios?
What are member functions used in c++?
Why is standard template library used?
What is switch case in c++ syntax?
What is virtual base class?
Explain one-definition rule (odr).
What is pointer with example?