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
Why did you leave your last job?
What is the most useful programming language?
What will happen if a pointer is deleted twice?
How would you find out if a linked-list is a cycle or not?
What are member functions used in c++?
Where Malloc(), Calloc(), and realloc() does get memory?
What is oops in c++?
write a programme to get a character and thier ASCII value
When there is a global variable and local variable with the same name, how will you access the global variable?
What are the characteristics of friend functions?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;