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
Explain the difference between new() and malloc() in c++?
What is this weird colon-member (" : ") syntax in the constructor?
what Is DCS ? what i will get benefit when i did?
Explain how a pointer to function can be declared in C++?
What is the best way to take screenshots of a window with c++ in windows?
what you know about c++?
What is the iunknown interface?
What are the benefits of oop in c++?
What are different types of loops in c++?
What are enumerations?
an integer constant must have atleast one a) character b) digit c) decimal point
What are iterators in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is the best book for c++ beginners?
Write a Program for find and replace a character in a string.