What is the Maximum Size that an Array can hold?
Answer Posted / aditi
it depends on compiler to compiler.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is pointer in c++ with example?
Define stacks. Provide an example where they are useful.
Can you please explain the difference between static and dynamic binding of functions?
What is the difference between #import and #include?
What are the benefits of pointers?
Define friend function.
What is a vector c++?
What is #include iostream in c++?
Define copy constructor.
List different attributes in C++?
What is the difference between global variables and static varables?
When should overload new operator on a global basis or a class basis?
What should main() return in c and c++?
Can non graphic characters be used and processed in C++?
Which of the following is evaluated first: a) && b) || c) !