What is the Maximum Size that an Array can hold?
Answer Posted / naresh
its size is N-1, If it starts from 0.
| Is This Answer Correct ? | 6 Yes | 27 No |
Post New Answer View All Answers
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
How can we access protected and private members of a class?
Explain some examples of operator overloading?
What is const pointer and const reference?
What is a terminating character in c++?
Is c++ an oop?
What is the difference between public, private, and protected access?
Is c++ double?
What is extern c++?
Write about c++ storage classes?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What is a storage class?
What is implicit conversion/coercion in c++?
What are the data types in c++?
What is long in c++?