Write a corrected statement in c++ so that the statement
will work properly. if (4 < x < 11) y=2*x;
No Answer is Posted For this Question
Be the First to Post Answer
What is late binding c++?
What is a custom exception?
What is the basic of c++?
how is returning structurs from functions?Show an eg?
What is the benefit of learning c++?
What do you mean by stack unwinding in c++?
Write a function that swaps the values of two integers, using int* as the argument type?
What are the various oops concepts in c++?
What is a constructor initializer list and when we use constructor initializer list?
What is the use of ::(scope resolution operator)?
Why the usage of pointers in C++ is not recommended ?
What is the difference between reference type and pointers.