
C++ Syntax and Concepts Quiz
Authored by MO7MD Waled
Others
University

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to output "Hello World" in C++?
print ("Hello World");
cout << "Hello World";
System.out.println("Hello World");
Console.WriteLine("Hello World");
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used for comments in C++?
/* comment */
// comment
// comment
both // comment or /* comment */
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct identifier in C++?
VAR_1234
$var_name
7VARNAME
7var_name
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to terminate the function declaration in C++?
;
]
[
:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data type is used to create a variable that should store text?
String
string
sting
None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a variable with the floating number 2.8?
byte num=2.8;
int num = 2.8;
num =2.8;
double num=2.8;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator can be used to compare two values?
<>
==
=
><
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?