what are the decision making statements in C++? Explain if statement with an example?
No Answer is Posted For this Question
Be the First to Post Answer
how to explain our contribution in the project?
What is the outcome of cout< a) 16 b) 17 c) 16.5
How does c++ sort work?
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
What is a pointer how and when is it used?
How does list r; differs from list r();?
List down the guideline that should be followed while using friend function.
Is c++ low level?
How should runtime errors be handled in c++?
What are the two types of polymorphism?
which is the easy way to divide any integer by 2?
What is the use of ‘using’ declaration?