The cin << statement will stop reading input when it encounters a newline character.
C++ Chapter 3

Quiz
•
Computers
•
University
•
Medium
Albert Gorup
Used 14+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If you want to know the length of the string that is stored in a string object, you can call the object's size member function.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Arithmetic operators that share the same precedence have right to left associativity.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In C++, it is impossible to display the number 34.789 in a field of 9 spaces with 2 decimal places of precision.
True
False
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The __________ operator always follows the cin object, and the __________ operator follows the cout object.
binary, unary
conditional, binary
>>, <<
<<, >>
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following will allow the user to input the values 15 and 20 and have them stored in variables named base and height, respectively?
cin << base << height;
cin base, height;
cin >> base >> height;
cin base >> cin height;
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which statement is equivalent to the following?
number += 1;
number = number + 1;
number = 1;
number + 1;
number =+ 1;
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
CIS1101-programming practice2

Quiz
•
University
13 questions
Intro to IF statements

Quiz
•
KG - University
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
15 questions
Conditionals Unit Quiz

Quiz
•
9th Grade - University
7 questions
CSS Rules Quiz-unit 4 CodeHS

Quiz
•
7th Grade - University
12 questions
CSSE Quiz Day2

Quiz
•
University
10 questions
Ujian Tengah Semester Struktur Data

Quiz
•
University
15 questions
Java

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade