C-17-Q111mediumsingle_mcq
Inside the multiplication-table loop, the product is computed as:
Inside the multiplication-table loop, the product is computed as:
- a
prod = num + i - b
prod = num * i - c
prod = num / i - d
prod = num - i
ব্যাখ্যা
A multiplication table multiplies the base number by each multiplier, so the product is num * i.