C-17-Q109mediumsingle_mcq
The empty print() call at the end of the inner loop is used to:
The empty print() call at the end of the inner loop is used to:
- aFlush memory
- bMove to the next line
- cClear the screen
- dRead input
ব্যাখ্যা
After the inner loop finishes printing a row (using end to stay on one line), an empty print() outputs a newline to move printing to the next row.