C++ Basics Quiz

C++ Basics Quiz

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Class 12 Skill Competition 2023-24

Class 12 Skill Competition 2023-24

12th Grade

15 Qs

String Methods

String Methods

9th - 12th Grade

10 Qs

Basic Programming Concepts

Basic Programming Concepts

9th Grade

15 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

Python Beginner

Python Beginner

12th Grade

10 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

C++ Basics Quiz

C++ Basics Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Thi (Artist)

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is #include ?

An object

A header file library

A namespace

A function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C++ is case-sensitive: 'main' and 'Main' has different meaning.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C++, each code statement must end with a semicolon (;)

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store a single character in C++?

char

int

bool

float

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator is used with cin to read input?

>> (extraction operator)

% (modulus operator)

<< (insertion operator)

== (comparison operator)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? cout << "Hello World!"

Hello World!

cout

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character can be used to insert a new line in your output?

\c

\n

\i

\l

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?