What Is Keywords In Programming, How Much Keywords Are In C Programming
Keywords/ Reserve Word:Keywords are the words whose meaning are already defined by the c compiler, that meaning we can't change. Keywords meaning is always fixed.
Keywords name can not be used as a variable name.
Keywords are also called as a Reserve Word in c.
For Ex: Int, float, stdio, void, continue, printf these are keywords we can't use as variables name.
C Provides 32 Keywords:
auto double int struct
break 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
Search Keyword:what is reserve words in programming, explain keywords in c, explain with examples keywords, how keywords are used in c programming.



0 comments:
Post a Comment
Thanks For Your Comment. We Get Back To You As Soon As Possible.