write a corrected statement so that the instruction will
work properly. if (4 < x < 11) y = 2 * x;
Why do we use vector in c++?
How new/delete differs from malloc()/free?
What happens if an exception is throws from an object's constructor and from object's destructor?
What does flush do?
What are the advantages of pointers?
Explain "passing by value", "passing by pointer" and "passing by reference" ?
What is class syntax c++?
What is scope operator in c++?
What is an operator function? Describe the function of an operator function?
What are the different data types present in C++?
Explain the difference between static and dynamic binding of functions?
Is c++ the most powerful language?