C-17-Q104mediumsingle_mcq
The number-triangle program prints a pattern that on row i shows the digits:
The number-triangle program prints a pattern that on row i shows the digits:
- aonly
i - b1, 2, …,
i - c
i,i-1, …, 1 - donly odd numbers
ব্যাখ্যা
The pattern is built so that each row i prints the ascending sequence , with one more digit added on every successive row.