C-16-Q076mediumsingle_mcq
When execution reaches input(), the program:
When execution reaches input(), the program:
- aexits
- bpauses and waits for the user to provide input
- ccontinues without waiting
- dclears the screen
ব্যাখ্যা
The input() function halts program execution and waits until the user enters data and presses Enter. This pause lets the program collect interactive input before any later statements run.