What is the Maximum Size that an Array can hold?
Answer Posted / chaitanya
the array is declared based on data type,then the array
size is also based on size of data type
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is map sorted c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What are the uses of c++ in the real world?
Write a struct time where integer m, h, s are its members?
Explain stack & heap objects?
Are there any special rules about inlining?
Describe new operator and delete operator?
How is new() different from malloc()?
What are literals in C++?
Why would you use pointers in c++?
What is the exit function in c++?
Is ca high or low level language?
What is static class data?
Explain all the C++ concepts using examples.