Page 1 of 1

9) The following code should print whether a given integer is odd or even: switch ( value & 2) { case 0: printf("Even in

Posted: Mon Jun 06, 2022 2:33 pm
by answerhappygod
9 The Following Code Should Print Whether A Given Integer Is Odd Or Even Switch Value 2 Case 0 Printf Even In 1
9 The Following Code Should Print Whether A Given Integer Is Odd Or Even Switch Value 2 Case 0 Printf Even In 1 (203.12 KiB) Viewed 23 times
9) The following code should print whether a given integer is odd or even: switch ( value & 2) { case 0: printf("Even integer\n" ); case 1: printf("Odd integer\n" ); } ----------------------------------------------------- ******** www **** --------- -------------------------------*******--*--*INK