By default, the standard output device
for C++ programs is
C++ प्रोग्राम के लिए डिफॉल्ट मानक आउटपुट
डिवाइस है
Select one:
a. PRINTER
प्रिंटर
b. MONITOR
मॉनिटर
C. MODEM
मॉडेम
d. DIS
DIS
Answers
Answered by
0
Answer:
Follow me
Explanation:
This section on C++ quiz focuses on “C Input Output”. One shall practice these quizzes to improve their C++ programming skills needed for various interviews (campus interviews, walkin interviews, company interviews), placements, entrance exams and other competitive exams. These questions can be attempted by anyone focusing on learning C++ programming language. They can be a beginner, fresher, engineering graduate or an experienced IT professional. Our C++ quiz comes with detailed explanation of the answers which helps in better understanding of C++ concepts.
Answered by
0
Option b) MONITOR
By default, the standard output device for C++ programs is MONITOR
- An output device that shows information in text or graphic form is a computer monitor. A visual display, some circuitry, a casing, and a power source typically make up a monitor.
- A monitor, commonly referred to as a video display terminal (VDT) or a video display unit, is an electronic output device (VDU). Through a computer's video card, it is used to display images, text, video, and graphical data produced by a connected computer.
- The C++ stream object defined to access it is cout, and in the majority of programming environments the standard output is typically the screen by default. The insertion operator, denoted by the symbol, is used in conjunction with cout for actions on formatted output (i.e., two "less than" signs).
#SPJ2
Similar questions