What is the Maximum Size that an Array can hold?
Answer Posted / arvind giri
java.lang.Integer.MAX_VALUE + 1
Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
Explain the difference between static and dynamic binding of functions?
Differentiate between structure and class in c++.
How many namespaces are there in c++?
In a function declaration, what does extern mean?
What is a constructor in c++ with example?
Difference between Abstraction and encapsulation in C++?
How do I run a program in notepad ++?
What is a singleton c++?
Describe private, protected and public – the differences and give examples.
What are the benefits of oop in c++?
Is there a c++ certification?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What are the important differences between c++ and java?
What are multiple inheritances (virtual inheritance)?
What is class and structure in c++?