PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE

1.5 Suppose i, j, k are integer variables with values 1, 2, 3 respectively. What is the value of
the following expression?
! (( j + k ) > (i + 5 ))
A) 6
B) 5
C) 1
D) 0


Leave a Reply