What is the Maximum Size that an Array can hold?
Answer Posted / namitha
An array can hold the declared number size..
that is the size specified by the user
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is oops in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Please explain class & object in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
How does list r; differs from list r();?
What are single and multiple inheritances in c++?
Is overriding possible in c++?
What is the best free c++ compiler for windows?
What is difference between class and function?
Explain the differences between private, public and protected and give examples.
What is the exit function in c++?
What is a c++ class?
Explain what data encapsulation is in c++?
What is #include c++?
How to implement is-a and has-a class relationships?