C++ Programming Challenge

C++ Programming Challenge

University

9 Qs

quiz-placeholder

Similar activities

pronouns quiz

pronouns quiz

University

10 Qs

Inside the Minds of Animals

Inside the Minds of Animals

University

10 Qs

Describing the English Language by Harmer (2007)

Describing the English Language by Harmer (2007)

University

11 Qs

Properties and Types of Compounds Quiz

Properties and Types of Compounds Quiz

University

10 Qs

Understanding IP Addressing

Understanding IP Addressing

University

10 Qs

Antonyms and Synonyms Quiz

Antonyms and Synonyms Quiz

University

10 Qs

Prof Ed 8: Authentic Assessment (Jennilyn Angeles)Prelim

Prof Ed 8: Authentic Assessment (Jennilyn Angeles)Prelim

University

8 Qs

Voc unit 5

Voc unit 5

University

9 Qs

C++ Programming Challenge

C++ Programming Challenge

Assessment

Quiz

Others

University

Easy

Created by

Mounetha T

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Individual unit in c++ program is called as what ?

Tokens

Strings

Identifiers

Operators

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Types of tokens in c++ are?

Key words

Strings

Operators

All of the above

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Key words is also known as?

Reserving word

Served words

Reserved words

Unique words

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Key words can be used as identifier to name variable?

True

False

May be

Both a and b

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Identifier can only begin with a _ ?

Digits

Special character

Alphabets

None of these

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Find whether (num) is a identifier or not ?

Yes

No

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

_ is used to define variables in c++

constants

Key words

Strings

Operators

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

_ is enclosed with single / double inverted commas

String

Tokens

Operators

Key words

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How many types of operaters in c++ ?

2

3

1

4