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 is c++ and its uses?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
Are there interfaces in c++?
What is the difference between interpreters and compilers?
Is swift faster than c++?
What are the basics concepts of OOPS?
What do you mean by function pointer?
How a new element can be added or pushed in a stack?
What is an iterator?
What is virtual base class uses?
What is difference between n and endl in c++?
What happens if an exception is throws from an object's constructor and from object's destructor?