What is the Maximum Size that an Array can hold?
Answer Posted / bipin pandey
It depends on your pc's memory size.
for example,if your declared an array: int array[3001][3001]
it needs 32bit*3001*3001=288M memory space.
in such way,i can calculate the Maximum size of array i can
i use
according
to our array type and memory size.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of lambda in c++?
How the virtual functions maintain the call up?
Explain the extern storage classes in c++.
Briefly describe a B+ tree. What is bulk loading in it?
What is c++ and its features?
What is the use of turbo c++?
How is modularity introduced in C++?
What is an associative container in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is c++ in english?
Can member functions be private?
Name the operators that cannot be overloaded in C++?
Is vector a class in c++?
What is the real purpose of class – to export data?
Are c and c++ different?