Computer Science, asked by sumitkumar12521, 1 month ago

Assume the given declarations and fill in the value of the expression .
int i = 0, j = 1, k = 2;

Expression: i && j

Answers

Answered by shilpirishikanchan
3

Answer:

Assume the given declarations and fill in the value of the expression . int a = 3, b = 4, c = 0, d = '1';

Expression: a % b

Question 10

Assume the given declarations and fill in the value of the expression . int a = 3, b = 4, c = 0, d = '1';

Expression: b % a

Similar questions