C-17-Q112mediumsingle_mcq
For input num = 3, the value printed for i = 7 is:
For input num = 3, the value printed for i = 7 is:
- a3 * 7 = 10
- b3 * 7 = 21
- c3 + 7 = 10
- d3 - 7 = -4
ব্যাখ্যা
With num = 3 and i = 7, the product is num * i , printed as 3 * 7 = 21.