Computer Science, asked by kushiparamesh2001, 8 months ago

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

Expression: b % a

Answers

Answered by AnindaBasu
0

Answer:

The expression result will be 1

Similar questions