Thursday, October 27, 2011
Hi,
Today I am back here to share all the keywords of C language with you.
Keywords are predefined or reserved words which are used for a particular task like to declare a variable, or to return values, looping, etc. We use these keywords in various way.
- AUTO
- BREAK
- CASE
- CHAR
- CONST
- CONTINUE
- DEFAULT
- DO
- DOUBLE
- ELSE
- ENUM
- EXTERN
- FLOAT
- FOR
- GOTO
- IF
- INT
- LONG
- REGISTER
- RETURN
- SHORT
- SIGNED
- SIZEOF
- STATIC
- STRUCT
- SWITCH
- TYPEDEF
- UNION
- UNSIGNED
- VOID
- VILATILE
- WHILE
These keywords are used to define variable and call function and to do all basic tasks that can be done using ‘C’.
Keep providing feedback…
This entry was posted on Thursday, October 27, 2011, and is filed under
C Language
. Follow any responses to this post through
RSS. You can
leave a response, or trackback from your own site.
Please Ignore Grammatical Mistakes, try to catch theme
Post a Comment
Feel free to write,
I will surely read your comment and revert you back as soon as possible...