What is the Maximum Size that an Array can hold?
Answer Posted / alok
Dude in C memory management we have for segments namely
data code heap and stack. any local variable resides in
stack. Hence array should be less than size of stack. Please
refer memory models in C to find stack size. similar is true
for global array. That will reside in data segment.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
What are all predefined data types in c++?
What are single and multiple inheritances in c++?
Can I learn c++ as my first language?
What is called array?
What is #include math h in c++?
Explain how to initialize a const data member.
How do you clear a set in c++?
What are the advantages of c++ over c?
Which is better c++ or java?
What are references in c++?
What is c++ in english?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
How do I use turbo c++?
Is linux written in c or c++?
Is it possible to get the source code back from binary file?