Write a corrected statement in c++ so that the statement
will work properly. if (x = y) x = 2*z;
Answer Posted / kannan
if(x==y)
printf("x=2*z");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is it necessary to use a reference in the argument to the copy constructor?
Why c++ does not have finally?
What is difference between c++ and c ++ 14?
What are literals in C++?
what is scupper?
What is the output of the following program? Why?
What are enumerations?
Why is c++ still best?
What is a c++ vector?
What is a down cast?
Can I learn c++ without knowing c?
What is the use of data hiding?
Is c++ slower than c?
What is the iunknown interface?
What is the difference between the functions rand(), random(), srand() and randomize()?