Question: Question 7 int main(void) { int x = 10; if x >= 2 printf ( %d,x): return 0; } Error. The condition after it should

Question 7 int main(void) { int x = 10; if x >= 2 printf (" %d",x): return 0; } Error. The condition after it should always be in parenthesis. No Error Question 8 int main(void) if ('X'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
