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 are the techniques you use for debugging?
How static variables and local variablesare similar and dissimilar?
Explain all the C++ concepts using examples.
What is a node class?
How would you represent an error detected during constructor of an object?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
What do you mean by Stack unwinding?
How size of a class can be calulated?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What parameter does the constructor to an ofstream object take?
How to defines the function in c++?
Write a program to find the Fibonacci series recursively.