C++ Quiz 9

C++ Quiz 9

Professional Development

10 Qs

quiz-placeholder

Similar activities

SOLO QUIZ

SOLO QUIZ

Professional Development

10 Qs

Item Construction

Item Construction

University - Professional Development

10 Qs

Lung cancer

Lung cancer

Professional Development

10 Qs

Cold Chain & Production

Cold Chain & Production

Professional Development

15 Qs

The teacher and the curriculum-Valdez

The teacher and the curriculum-Valdez

Professional Development

15 Qs

Patient Safety Week 2021 Quiz

Patient Safety Week 2021 Quiz

Professional Development

10 Qs

MCP P&L

MCP P&L

1st Grade - Professional Development

10 Qs

MPF Process 06 - Termination, LSP SP

MPF Process 06 - Termination, LSP SP

Professional Development

9 Qs

C++ Quiz 9

C++ Quiz 9

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

cybernaut c++team

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Keywords are also called

preprocessor

reserved words

punctuation mark

operators

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 Total number of keywords in c++ is

63

31

32

52

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State following statements are True or False for C++ identifiers.

i) Only alphabetic characters, digits and underscores are permitted.

ii) The name can start with a digit.

iii) Uppercase and lowercase letters are distinct.

i-True, ii-True, iii-False

i-True, ii-False, iii-True

i-True, ii-False, iii-False

i-True, ii-True, iii-True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 In C++, ………………….. refer to fixed values that do not change during the execution of a program.

identifiers

keywords

constants

strings

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ……………………. data type was used to specify the return type of a function when it is not returning any value.

int

float

void

double

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The …………………… are just like variables except that their values cannot be changed.

basic constant

number constant

named constant

symbolic constant

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 ………………… are widely used in C++ for memory management 

pointer

array

function

class

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?