Question: Identify and correct the errors (syntax and/or semantic) in each of the following statements. (Note: There may be more than one error per statement.)
Identify and correct the errors (syntax and/or semantic) in each of the following statements. (Note: There may be more than one error per statement.) a) if (number => largest ); largest = number; b) if (x = y); printf( %d is not equal to %d ", x, y ); c) For ( x=999, x>=1 x+=2) { printf("%d ", x); } } " d) switch (value % 2) { // print whether value is odd or even case 1: printf("Even integer"); printf ("Odd integer"); case 0: //print odd integers from 999 to 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
