Keywords (Extension to Fragments Of C)
Keywords
As stated above, this very article is dependent on The Basic Of C and a specific Topic Fragments Of C is Explained in it's fulfillment.
Check this link for other Fragments -Fragments
Check this link for other Fragments -Fragments
Note:- These are the Basics for good C Language....
KeyWords |
Definition:- Keywords are reserved words; these are parts of syntax and C
compiler covey special meaning to it.
There are total of 32 Keywords in C and the whole coding goes way around these keywords.
Remember:-
Keywords cannot be used to name any variables or literals because they are already defined and have special meaning to each of them.
List of all Keywords.
Category of Above Keywords
I've done my best to categorize the most prominent Keywords you're going to use, and other keywords are either are parts of it or further having it's own uses. Make sure to understand them properly.
Data type
char
|
Int
|
double
|
float
|
Storage Class Specifier
auto
|
static
|
register
|
external
|
Data Type Modifier
signed
|
unsigned
|
short
|
long
|
Loops
do
|
while
|
for
|
Conditional Statements
if
|
Switch
|
May, you understand it well without hassle.
Regards,
Comments
Post a Comment
Add related suggestions and Leave comments if you want your posts to get shared