SlideShare a Scribd company logo
5
Most read
8
Most read
16
Most read
Presented by
• Divya Sree
• Rayshini
• Issac
• Mahender
TOKENS
 Tokens are the basic building blocks in C++ language.
The smallest individual units in a program are known as
tokens.
 A program is constructed using a combination of these
tokens.
TOKENS
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
Definition:
Sequence of characters that have a fixed
meaning.
 Keywords must be written in lower
case.
 Reserved identifiers and can’t be used
as names for the
 program variables
 user-defined program elements.
KEY WORDS
Examples:
int, float, char,
double, switch,
break, char, const,
Continue, default,
for, if, goto, static,
void, sizeof, while,
return, int, long, do,
while etc…
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
Definition:
A variable is a quantity
whose value may
change during the
program execution.
Examples:
int a, char choice, etc.,
VARIABLES
Variables in
C++
Numeric
Variables
To store either integer
values or floating
point values
Character
Variables
Alphabets and
numbers from 0-9
inserted between
single quotes
 Naming Conventions:
A variable name should
• contain alphabets (a-z , A-Z) and digits (0-9).
• not start with a number or a digit.
• not be a keyword.
• case sensitive.
 Naming Conventions:
A variable name should
• contain alphabets (a-z , A-Z) and digits (0-9).
• not start with a number or a digit.
• not be a keyword.
• case sensitive.
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
CONSTANTS
Definition: The quantities whose value do not change
during the program execution are known as constants.
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
Definition:
A group of characters that are treated as a single data
item enclosed in double quotes are known as strings.
General syntax:
• char string-name[size];
• size determines the number of characters in the string
name.
Example: char city[9]=“New York”;
STRINGS
Keywords
Variables
Constants
Strings
Operators
FIVE TYPE OF TOKENS
Definition:
An operator is a symbol that performs
operations on one or more operants.
There are 8 types of operators supported by C++
language.
OPERATORS
• Arithmetic operators (+,-,*,/,%)
• Relational operators (==,!=,<,>,<=,>=)
• Logical operators (||,&&,!)
• Conditional operators (? :)
• Assignment operators (=,+=,-=,/=,*=,%=,)
• Increment /decrement operators (++,--)
• Bitwise operators (&,|,^,<<,>>,~)
• Miscellaneous/special operators (sizeof,*,->)
EIGHT TYPES OF OPERATORS

More Related Content

PPTX
Variables in C++, data types in c++
PPTX
Introduction Of C++
PPTX
C++ language basic
PPTX
Tokens expressionsin C++
PDF
Keywords, identifiers ,datatypes in C++
PPTX
Constructors and destructors
PDF
Class and object
PPTX
Operators and expressions in C++
Variables in C++, data types in c++
Introduction Of C++
C++ language basic
Tokens expressionsin C++
Keywords, identifiers ,datatypes in C++
Constructors and destructors
Class and object
Operators and expressions in C++

What's hot (20)

PPTX
Data types in c++
PPTX
Call by value or call by reference in C++
PPTX
C keywords and identifiers
PPTX
Control statements in c
PDF
Function overloading ppt
PPTX
Functions in c++
PPT
Function overloading(c++)
PPTX
Strings in c++
PPT
Constants in C Programming
PPTX
data types in C programming
PPTX
Union in C programming
PDF
Arrays in c unit iii chapter 1 mrs.sowmya jyothi
PPTX
class and objects
PPT
Control structure C++
PPT
Operators in C++
PPTX
Presentation on Function in C Programming
PPT
friend function(c++)
PPTX
Inheritance in c++
PDF
C++ Tokens
PPTX
Pointer in c
Data types in c++
Call by value or call by reference in C++
C keywords and identifiers
Control statements in c
Function overloading ppt
Functions in c++
Function overloading(c++)
Strings in c++
Constants in C Programming
data types in C programming
Union in C programming
Arrays in c unit iii chapter 1 mrs.sowmya jyothi
class and objects
Control structure C++
Operators in C++
Presentation on Function in C Programming
friend function(c++)
Inheritance in c++
C++ Tokens
Pointer in c
Ad

Viewers also liked (20)

PPTX
Tecnologías de prevención de delitos
PDF
Epson001
PDF
Bangkok | Mar-17 | THE SMART VILLAGES INITIATIVE
PDF
Apostila solidos i 2015 ifrs [everton] pdf
PPTX
Historia de la ingenieria
PPSX
Apresentação da DNA Invest
PPTX
PDF
878 lap-trinh-mang-voi-ngon-ngu-java-140320051255-phpapp01(1)
PDF
Fourfold path to effective thinking
PDF
Arlette almanzar formacion y consultoria
PDF
Bangkok | Mar-17 | Medic Mobile, Village Level Healthcare
PPTX
T6 la ira
PDF
Bangkok | Mar-17 | Global Young Academy and Smart Villages Initiative’s engag...
PDF
Floating Markets of Thailand
PPTX
Simple past
PPTX
Evidencias de agropecuaria
PPTX
Amy Akumal
PPTX
Balss saišu parēzes
PPTX
Contaduria
DOC
Matematika
Tecnologías de prevención de delitos
Epson001
Bangkok | Mar-17 | THE SMART VILLAGES INITIATIVE
Apostila solidos i 2015 ifrs [everton] pdf
Historia de la ingenieria
Apresentação da DNA Invest
878 lap-trinh-mang-voi-ngon-ngu-java-140320051255-phpapp01(1)
Fourfold path to effective thinking
Arlette almanzar formacion y consultoria
Bangkok | Mar-17 | Medic Mobile, Village Level Healthcare
T6 la ira
Bangkok | Mar-17 | Global Young Academy and Smart Villages Initiative’s engag...
Floating Markets of Thailand
Simple past
Evidencias de agropecuaria
Amy Akumal
Balss saišu parēzes
Contaduria
Matematika
Ad

Similar to Tokens in C++ (20)

PPTX
computer science tokens in c++ for school students
PPTX
Object Oriented Programming with C++
PPTX
lec 2.pptx
PDF
4.-C-Tokens.pdf.Cpp tockens.where are they use
PDF
THE C++ LECTURE 2 ON DATA STRUCTURES OF C++
PDF
Introduction of C++ By Pawan Thakur
PPT
Key Concepts of C++ computer language.ppt
PPTX
Introduction to c programming
PDF
1-19 CPP Slides 2022-02-28 18_22_ 05.pdf
PPTX
INTRODUCTION TO C++.pptx
PDF
Introduction to c++ ppt
PPTX
C++
 
PDF
POLITEKNIK MALAYSIA
PPTX
Getting started with C++
PPTX
C++ Basics introduction to typecasting Webinar Slides 1
PPTX
Introduction to c++ programming language
PDF
C++ PPT IN NUMERICAL METHOD FOR M.Sc PHYSICS
PPTX
Module 1:Introduction
PPTX
Complete Tokens in c/c++
computer science tokens in c++ for school students
Object Oriented Programming with C++
lec 2.pptx
4.-C-Tokens.pdf.Cpp tockens.where are they use
THE C++ LECTURE 2 ON DATA STRUCTURES OF C++
Introduction of C++ By Pawan Thakur
Key Concepts of C++ computer language.ppt
Introduction to c programming
1-19 CPP Slides 2022-02-28 18_22_ 05.pdf
INTRODUCTION TO C++.pptx
Introduction to c++ ppt
C++
 
POLITEKNIK MALAYSIA
Getting started with C++
C++ Basics introduction to typecasting Webinar Slides 1
Introduction to c++ programming language
C++ PPT IN NUMERICAL METHOD FOR M.Sc PHYSICS
Module 1:Introduction
Complete Tokens in c/c++

Recently uploaded (20)

PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Trump Administration's workforce development strategy
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Pharma ospi slides which help in ospi learning
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
master seminar digital applications in india
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Cell Structure & Organelles in detailed.
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
A systematic review of self-coping strategies used by university students to ...
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
Trump Administration's workforce development strategy
Orientation - ARALprogram of Deped to the Parents.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Chinmaya Tiranga quiz Grand Finale.pdf
Pharma ospi slides which help in ospi learning
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
master seminar digital applications in india
Microbial disease of the cardiovascular and lymphatic systems
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Cell Structure & Organelles in detailed.
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
A systematic review of self-coping strategies used by university students to ...

Tokens in C++