Question: Can someone explain why this code prints YesDone. The section of code shown below would compile and run and give as output: YesDone int first
Can someone explain why this code prints "YesDone."
The section of code shown below would compile and run and give as output: YesDone
int first = 10;
int last = 19;
if (first = last )
printf("Yes");
else
printf("No");
printf("Done");
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
