LIST OF KEYWORD USED IN C
ALL KEYWORDS HAVE FIXED MEANING AND MEANING CAN`T BE CHANGED. KEYWORD ARE BASIC BUILDING BLOCKS FOR PROGRAM.
list of keyword used in c
auto | double | int | struct |
breack | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | signed | void |
default | goto | sizeof | volatile |
do | if | static | while |
Note:-
# Keyword can`t be used as variable name or class name.
0 comments:
Post a Comment