Enum C++

Enum C++

1st - 3rd Grade

9 Qs

quiz-placeholder

Similar activities

Data Types in Python

Data Types in Python

1st - 5th Grade

14 Qs

Python-Partie1

Python-Partie1

1st Grade

10 Qs

Robótica 2do A

Robótica 2do A

2nd Grade

11 Qs

Python

Python

3rd Grade

14 Qs

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

quiz 1

quiz 1

1st - 5th Grade

10 Qs

Prueba Diagnóstica de ED. a través de tecnologías digitales

Prueba Diagnóstica de ED. a través de tecnologías digitales

1st Grade - University

10 Qs

Python Basics

Python Basics

1st Grade

10 Qs

Enum C++

Enum C++

Assessment

Quiz

Computers

1st - 3rd Grade

Hard

Created by

Mariana Encheva

Used 87+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

blue

2

1

None of these

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Find the output of below program

blue

Compilation Error

1

2

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Find the output of below program

yellow

black

Compilation Error

3

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Identify the incorrect option

enumerators are constants

enumerators are user-defined types

enumerators are same as macros

enumerator values start from 0 by default

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In which type do the enumerators are stored by the compiler?

string

integer

float

string & float

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To which of these enumerators can be assigned?

integer

negative

enumerator

all of the mentioned

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will happen when defining the enumerated type?

it will not allocate memory

it will allocate memory

it will not allocate memory to its variables

allocate memory to objects

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which variable does equals in size with enum variable?

int variable

float variable

string variable

float & string variable

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of the following C++ code?

323232

323130

323334

323134