Search Header Logo

C++ Programming Quiz

Authored by Kareem Sakkary

Computers

University

Used 21+ times

C++ Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the output of the following C++ statement if int a = 5; and int b = 3;? cout << a + b;

53

8

2

15

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid data type in C++?

object

number

int

syntax

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you don’t understand a problem statement in competitive programming, the best approach is…

Panic and submit whatever you’ve written

Read it another 10 times, hoping it magically makes sense

Break it down into smaller parts and ask for clarifications if needed

Blame it on your lack of sleep and give up

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What type of data does the bool data type in C++ store?

Whole numbers

Characters

True or False values

Decimal numbers

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you declare a variable x that stores the integer value 10 in C++?

var x = 10;

int x = 10;

x int = 10;

num x = 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of the expression 10 / 3 in C++?

3.33

3

4

3.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid operator in C++?

++

--

**

+=

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?