What do manipulators do?
No Answer is Posted For this Question
Be the First to Post Answer
What is a unnitialised pointer?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
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.
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is atoi in c++?
Explain the static member function.
Can we use this pointer in a class specific, operator-overloading function for new operator?
Why #include is used?
Carry out conversion of one object of user-defined type to another?
What is the size of integer variable?
What does extern mean in a function declaration in c++?
What are the differences between new and malloc?