aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Information Technology Fundamentals - Programming and Systems
  • __________ statement is used to display data on the displ...
Multiple choice

__________ statement is used to display data on the display screen in C++.

  1. cin

  2. cout

  3. scanf()

  4. printf()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The cout statement is used to display the data on the screen in C++.

Keep practicing — related questions

  • ___________ statement is used to input data from the user in C++.
  • The _______ statement can be used to clear the output screen of any garbage before displaying program output.
  • The _______ statement allows the user to enter data during program execution.
  • Which of the following statements is the correct output statement in C++?
  • Which of the following functions is used to input data from keyboard?
  • A(n) _______ is used with INPUT statements to tell the user what type and quantity of data to enter.
  • Identify the data member or the member variables in the above program. class A {public: int a;void display(...
  • What will be the output for the following? int i=2; if(i) cout<<i++; else cout<< --i;
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy