Answer Posted / ruchi
size of is a unary operator
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Explain about Garbage Collector?
What is the use of structure in c++?
What is a class definition?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
Show the declaration for a static function pointer.
Define private, protected and public access control.
What is prototype for that c string function?
What is the type of 'this' pointer? When does it get created?
Is ca high or low level language?
In c++, what is the difference between method overloading and method overriding?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
What is set in c++?
what is a class? Explain with an example.
What will the line of code below print out and why?