What is the size of integer variable?
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of polymorphism supported by C++
List the issue that the auto_ptr object handles?
Generally variables are stored in heap memory. When he variables are created in stack?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
Why do we use pointers in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is static function and static class?
How many types of modularization are there in c++?
Does a derived class inherit or doesn't inherit?
Mention the purpose of istream class?
What is an adaptor class or Wrapper class?
What is the function of I/O library in C++ ?