Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answers were Sorted based on User's Feedback
What do the keywords volatile and mean mutable?
Explain what are accessor methods?
What is the use of c++ programming language in real life?
What can c++ be used for?
Do we have to use initialization list in spite of the assignment in constructors?
Explain the difference between new() and malloc() in c++?
What is runtime polymorphism in c++?
What relational operators if statements in c++?
What is object in c++ wikipedia?
What do you mean by pure virtual functions in C++? Give an example?
How would you represent an error detected during constructor of an object?
What is object oriented programming (oop)?