Saturday, 3 September 2016

Keywords


Keywords in C.

C keywords.

1.Keywords are standard word whose meaning has already been explained to the compiler.

2.Keywords are also called "reserved words".

3.There are 32 keywords available in C.

int char,long,double,float,break,continue goto void, switch case default,
short,signed ,unsigned, if else ,for,
while ,auto, register static, extern, do,
const, enum ,return ,sizeof struct, typedef
,union, volatile.

No comments:

Post a Comment