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…
0 comments:
Post a Comment
Leave your Feedback or Suggestion. We will be Happy to read and reply.