What is the Maximum Size that an Array can hold?
Answer Posted / guest
the array can hold only the no of elements given in braces
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
When is dynamic checking necessary?
Explain what are mutator methods in c++?
Is it possible to get the source code back from binary file?
What is the difference between a declaration and a definition?
Name the operators that cannot be overloaded in C++?
Is it possible for a member function to delete the pointer, named this?
What do nonglobal variables default to a) auto b) register c) static
Do we have to use initialization list in spite of the assignment in constructors?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Discussion on error handling of C++ .
Explain the static storage classes in c++.
Define a conversion constructor?
What is an operator function? Describe the function of an operator function?
What is an adjust field format flag?
Can I learn c++ without learning c?