C-16-Q128mediumsingle_mcq
After a = 7 and b = 2, the value of a % b is:
After a = 7 and b = 2, the value of a % b is:
- a3
- b5
- c1
- d14
ব্যাখ্যা
The % operator returns the remainder of integer division: dividing by gives a quotient of and a remainder of . Hence .