What is the Maximum Size that an Array can hold?
Answer Posted / sivasankar
infinity
| Is This Answer Correct ? | 6 Yes | 24 No |
Post New Answer View All Answers
What is pair in c++?
What is class definition in c++ ?
Is there any function that can skip certain number of characters present in the input stream?
What does it mean to declare a member function as virtual?
Why cstdlib is used in c++?
What are the basics of local (auto) objects?
What is const pointer and const reference?
Why c++ is called oop?
Why main function is special in c++?
What is the difference between #import and #include in c++?
Are iterators pointers?
Which of the following is evaluated first: a) && b) || c) !
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is endl c++?
Do vectors start at 0 c++?