InterviewSolution
Saved Bookmarks
| 1. |
Given i = 0, j = 1, k = –1x = 0.5, y = 0.0What is the output of the following expression in C language ?x * y < i + j || k(A) -1(B) 0(C) 1(D) 2 |
| Answer» None | |