C++ Programming Challenge

C++ Programming Challenge

University

9 Qs

quiz-placeholder

Similar activities

current issues

current issues

University

12 Qs

Évaluation des risques professionnels

Évaluation des risques professionnels

University

10 Qs

REVISION

REVISION

University

10 Qs

CSNP-04103 - Chapter 12 - C-Strings

CSNP-04103 - Chapter 12 - C-Strings

University

10 Qs

Python String

Python String

University

9 Qs

Module 5 Quiz

Module 5 Quiz

University

10 Qs

Fundamentals of Python Programming

Fundamentals of Python Programming

University

10 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