Identify the symbol used at the end of C++ statement

Revision pf

Quiz
•
Computers
•
University
•
Medium
NG (POLIKU)
Used 7+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
comma
colon
semi-colon
hash
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Match the suitable data type to store the value of age
int
float
bool
char
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose a valid identifier
my Age
1age
num_ber?
my_age
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the CORRECT symbol for logical operator AND.
||
&&
!
~
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify looping control structure
for
if-else
not
else
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the number of repetitions that will occur for the looping control below:
for(int i = 0; i <=10; i++)
9
10
11
12
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Choose the correct condition to produce the output of, 2, 4, 6, 8, 10:
n=0;
do{
n=n+2;
cout<<n<<endl;
}while(CONDITION);
n<=10
n<10
n<8
n>=2
Create a free account and access millions of resources
Similar Resources on Quizizz
21 questions
quiz 2nd/3rd year

Quiz
•
University
25 questions
Final Exam Revision (Trial)

Quiz
•
University
24 questions
Kuiz Topic2 - Struktur Data Kotlin

Quiz
•
University
30 questions
UTS SO A1

Quiz
•
University
25 questions
C- Geniusia

Quiz
•
University
24 questions
java

Quiz
•
University
25 questions
C Programing

Quiz
•
University
23 questions
Beginning C Programming

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