Pages
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
Wednesday, 6 September 2017
Identifier C Language
Identifier is user defined name given to function, variable, structure, union, array etc. followings are rules to name an identifier.
Name must be start with alphabet or underscores
An identifier may have numbers but not used as first c
haracter
Special symbol is not allowed .
Valid Variable Name
Invalid Variable Name
A2
2A
_a
-a
A_B
A B
*a
A& (any special symbol)
Next Topic
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment