208 B
208 B
- The following program fragments illustrate the logical operators. Show the output produced by each, assuming that
i
,j
, andk
areint
variables.
a. i = 10; j = 5;
printf("%d", !i < j);