What is the use of endl in c++ give an example?
No Answer is Posted For this Question
Be the First to Post Answer
Live example for static function?
Why do we need runtime polymorphism in c++?
Describe protected access specifiers?
How the programmer of a class should decide whether to declare member function or a friend function?
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 does flush do c++?
What is the default width for ouputting a long integer using the insertion operator?
What is set in c++?
What is buffering in c++?
How important is c++?
Can char be a number c++?
How can a struct in c++ differs from a struct in c?