What is the correct file extension for a C++ source file?
Introduction to C++

Quiz
•
Engineering
•
University
•
Medium

adrianna agustin
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
.cpp
.exe
.java
.txt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the #include
To allow input and output operations
To define a new programming language
To import all available functions in C++
To format text output
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the int main() function do?
Starts the execution of a C++ program
Declares global variables
Runs system-level commands
Automatically prints output
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid C++ variable name?
myVariable
2cool4school
_underscore_variable
camelCaseExample
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will cout << "Hello" << " World!" << endl; output?
A) Hello World!
B) HelloWorld!
C) "Hello" "World!"
D) Compilation error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a constant variable in C++?
const double PI = 3.14159;
let PI = 3.14159;
define PI 3.14159;
permanent double PI = 3.14159;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid C++ data type?
int
double
string
decimal
Create a free account and access millions of resources
Similar Resources on Quizizz
23 questions
Table Saw - Safety Test

Quiz
•
10th Grade - University
20 questions
Post Test-9

Quiz
•
University
16 questions
Basic C Programming

Quiz
•
University
20 questions
Asynchronous AR 2.0

Quiz
•
8th Grade - University
20 questions
Quiz Pemrograman Arduino

Quiz
•
11th Grade - University
15 questions
Rectifiers and AC Controllers

Quiz
•
University
15 questions
Network Analysis Quiz

Quiz
•
University
20 questions
Quizotronics Quiz

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