C-16-Q006mediumsingle_mcq
The print() function sends output to the:
The print() function sends output to the:
- ahard disk
- bRAM only
- cmonitor screen or standard output device
- dkeyboard
ব্যাখ্যা
print() directs its output to the standard output device, normally the monitor screen. It does not write to the hard disk, RAM, or the keyboard.