What are the two shift operators and what are their functions?
No Answer is Posted For this Question
Be the First to Post Answer
Do inline functions improve performance?
Const char *p , char const *p What is the difference between the above two?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
what is data encapsulation in C++?
List down the guideline that should be followed while using friend function.
What is constructor c++?
What are the implicit member functions of class?
Write bites in Turbo c++ Header ("Include") Files.
What can c++ be used for?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Can non graphic characters be used and processed in C++?
Explain what happens when a pointer is deleted twice?