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 is flush () in c++?
Differentiate between late binding and early binding.
When should I use unitbuf flag?
Explain the benefits of proper inheritance.
What is vector string in c++?
Out of fgets() and gets() which function is safe to use and why?
What are the general quetions are in DEna bank manager IT/System interviews?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Can you explicitly call a destructor on a local variable?
What is the need of a destructor? Explain with the help of an example.
Write a program in C++ for Fibonacci series
Write my own zero-argument manipulator that should work same as hex?
What is the hardest coding language to learn?
Can you declare an array without a size in c++?
What is scope in c++ with example?