Question: Will the following C++ code lead to a compilation error? int x=0; if (x=10) x += 1; Select one: a. Yes. b. No.
Will the following C++ code lead to a compilation error?
int x=0;
if (x=10)
x += 1;
Select one:
a. Yes.
b. No.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
