C++ Quiz 9

C++ Quiz 9

Professional Development

10 Qs

quiz-placeholder

Similar activities

Soalan Penilaian Pengetahuan 1 (CA03 L1) - Kesedaran Etika Di Tempat Kerja

Soalan Penilaian Pengetahuan 1 (CA03 L1) - Kesedaran Etika Di Tempat Kerja

Professional Development

10 Qs

Booklet aset KPLB

Booklet aset KPLB

Professional Development

10 Qs

Asas KKP di Tempat Kerja

Asas KKP di Tempat Kerja

Professional Development

15 Qs

2. STCW content

2. STCW content

Professional Development

11 Qs

Medication safety

Medication safety

Professional Development

10 Qs

AAC

AAC

Professional Development

10 Qs

Cycle 1 - Session 2 Quiz - IDEAL Method

Cycle 1 - Session 2 Quiz - IDEAL Method

Professional Development

12 Qs

TR FTW|CSTMR PREFFERENCE & OFFER MORE SIZE|KNOWING CONSUMER

TR FTW|CSTMR PREFFERENCE & OFFER MORE SIZE|KNOWING CONSUMER

Professional Development

15 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?