Introduction to C++ Programming Quiz

EnrapturedLearning avatar
EnrapturedLearning
·
·
Download

Start Quiz

Study Flashcards

10 Questions

Which programming language is C++ the successor of?

C language

What is the naming convention for writing identifiers in C++?

First letter of identifier is always alphabet, reserve word cannot be taken as identifier name, no special character in the name of identifier except under score sign ‘_’

What is the character set recognized by C++ compiler?

Digits (0-9), Alphabets (A-Z & a-z) and special characters

What is an example of a Floating point Literal in C++?

float x=123.45

What is the role of Identifiers in C++?

Names given to any variable, function, class, union etc.

What is the character set recognized by the C++ compiler?

Alphabets (A-Z & a-z), Digits (0-9), and special characters like + - * ,. “ ‘ < > = { ( ] ) space etc i.e 256 ASCII characters

What is the naming convention for writing identifiers in C++?

The first letter of the identifier is always an alphabet. Reserved words cannot be taken as identifier names. No special characters in the name of identifier except underscore sign ‘_’

What is a Literal in C++?

A value of a specific data type assigned to a variable or constant.

What are the Tokens in C++?

Smallest individual units including Keywords, Identifiers, and Literals.

Which of the following is true about C++ programming language?

It is fully based on Object Oriented Technology and is the ultimate paradigm for the modeling of information.

Test your knowledge of C++ programming language with this quiz on its introduction and basic concepts. From its development to its object-oriented nature, this quiz covers essential information for beginners.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Use Quizgecko on...
Browser
Browser