C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

University

10 Qs

quiz-placeholder

Similar activities

C++ Quiz-1

C++ Quiz-1

University

15 Qs

Intro Quiz

Intro Quiz

University

10 Qs

Java Unit 1

Java Unit 1

University

10 Qs

C++ Basics (1)

C++ Basics (1)

University

12 Qs

Quiz 1

Quiz 1

University

15 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Unit-2: Assignment 2

Unit-2: Assignment 2

University

15 Qs

[VARIABLES & DATA TYPES]

[VARIABLES & DATA TYPES]

University

15 Qs

C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

Assessment

Quiz

Computers

University

Easy

Created by

N M

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable in programming?

A keyword in C++

A fixed value that cannot change

A container to hold data

A type of data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

first name

first_name

first-name

1stVariable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'const' keyword do in C++?

Declares a constant whose value cannot change

Declares a data type

Declares a variable that can change

Declares a function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of literal in C++?

Dynamic literal

Integer literal

Floating-point literal

String literal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of an 'int' data type in C++?

1 byte

4 bytes

2 bytes

8 bytes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid escape sequence in C++?

'n'

\n

't'

\t

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of values that an 'int' can store in C++?

0 to 255

-2147483648 to 2147483647

-32768 to 32767

-128 to 127

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?