SlideShare a Scribd company logo
DIFFERENCE BETWEEN IDENTIFIERS AND KEYWO
IDENTIFIERS KEYWORDS
dentifiers are the name defined by the programmer to
he basic elements of a program.
Keywords are the reserved words wh
meaning is known by the compiler.
t is used to identify the name of variable. It is used to specify the type of entity
t can consists of letter , digits , and underscore . It contains only letters.
t can use bot uppercase and lowercase letter. It uses only lowercase letters.
No special character can be used except the underscore. It can not contain any special charac
xample are test , result ,. sum , power. Examples are ‘ for ’ , ‘ if ’ , ‘ else ’ , ‘ break ’

More Related Content

PPTX
C tokens
PPT
C by balaguruswami - e.balagurusamy
PPTX
PPTX
Data Types and Variables In C Programming
PPTX
Python Functions
PPT
FUNCTIONS IN c++ PPT
PPTX
Conditional Statement in C Language
PPTX
Command line arguments
C tokens
C by balaguruswami - e.balagurusamy
Data Types and Variables In C Programming
Python Functions
FUNCTIONS IN c++ PPT
Conditional Statement in C Language
Command line arguments

What's hot (20)

PPT
Constants in C Programming
PPTX
File in C language
PPTX
structured programming
PPTX
Functions in python
PPTX
Function C programming
PPTX
Pointer in c
PPTX
Presentation on pointer.
PPTX
Functions in C
PPTX
Function in C program
PPT
Pointers C programming
PPTX
Control statements in c
PDF
Python Programming by Dr. C. Sreedhar.pdf
PDF
Python basic
PDF
Strings in python
PPT
1. over view and history of c
PPTX
Functions in c
PPT
Variables in C Programming
PDF
Python recursion
PPTX
Introduction to C programming
PPT
Basics of c++ Programming Language
Constants in C Programming
File in C language
structured programming
Functions in python
Function C programming
Pointer in c
Presentation on pointer.
Functions in C
Function in C program
Pointers C programming
Control statements in c
Python Programming by Dr. C. Sreedhar.pdf
Python basic
Strings in python
1. over view and history of c
Functions in c
Variables in C Programming
Python recursion
Introduction to C programming
Basics of c++ Programming Language
Ad

Recently uploaded (20)

PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PDF
AutoCAD Professional Crack 2025 With License Key
PDF
medical staffing services at VALiNTRY
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PDF
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
PPTX
Transform Your Business with a Software ERP System
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PPTX
L1 - Introduction to python Backend.pptx
PDF
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PPTX
Patient Appointment Booking in Odoo with online payment
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PDF
Digital Systems & Binary Numbers (comprehensive )
PDF
Salesforce Agentforce AI Implementation.pdf
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
AutoCAD Professional Crack 2025 With License Key
medical staffing services at VALiNTRY
CHAPTER 2 - PM Management and IT Context
Design an Analysis of Algorithms II-SECS-1021-03
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Tally Prime Crack Download New Version 5.1 [2025] (License Key Free
Transform Your Business with a Software ERP System
Reimagine Home Health with the Power of Agentic AI​
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Oracle Fusion HCM Cloud Demo for Beginners
L1 - Introduction to python Backend.pptx
CCleaner Pro 6.38.11537 Crack Final Latest Version 2025
iTop VPN Free 5.6.0.5262 Crack latest version 2025
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Patient Appointment Booking in Odoo with online payment
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
Digital Systems & Binary Numbers (comprehensive )
Salesforce Agentforce AI Implementation.pdf
Ad

Identifiers and keywords

  • 1. DIFFERENCE BETWEEN IDENTIFIERS AND KEYWO IDENTIFIERS KEYWORDS dentifiers are the name defined by the programmer to he basic elements of a program. Keywords are the reserved words wh meaning is known by the compiler. t is used to identify the name of variable. It is used to specify the type of entity t can consists of letter , digits , and underscore . It contains only letters. t can use bot uppercase and lowercase letter. It uses only lowercase letters. No special character can be used except the underscore. It can not contain any special charac xample are test , result ,. sum , power. Examples are ‘ for ’ , ‘ if ’ , ‘ else ’ , ‘ break ’