What is the Maximum Size that an Array can hold?
Answer Posted / yogesh jain
IT DEPENDS UPON THE RAM MEMORY
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What is the type of this pointer in c++?
What is an iterator class in c++?
Explain the benefits of proper inheritance.
What is the difference between #define debug 0 and #undef debug?
List the types of polymorphism in c++?
Is c++ built on c?
What are enumerations?
What is == in programming?
Why is it called c++?
What are the differences between the function prototype and the function defi-nition?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is flush c++?
Define namespace in c++?
What is the extraction operator and what does it do?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes