C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

University

10 Qs

quiz-placeholder

Similar activities

Evaluación semana 3ra. semana Programación Estructurada

Evaluación semana 3ra. semana Programación Estructurada

University

13 Qs

Test in C Language

Test in C Language

University

10 Qs

OOPJ- Data Types-Java

OOPJ- Data Types-Java

University

10 Qs

C Language

C Language

10th Grade - University

11 Qs

MindSpace Computers Quiz

MindSpace Computers Quiz

University

10 Qs

Revisão - Structs em C

Revisão - Structs em C

University

7 Qs

Code Craft : Java & Web Quiz"

Code Craft : Java & Web Quiz"

University

15 Qs

PPS MCQ on 22.11.2024

PPS MCQ on 22.11.2024

10th Grade - University

6 Qs

C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

Assessment

Quiz

Computers

University

Easy

Created by

N M

Used 2+ 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?