Keywords are those words whose meaning and their functions are already known to the Compiler. Different keywords are used for different purposes. There are 32 keywords in C.
Eg: int, long, float, double, break, continue, goto etc.
What are keywords in C?
More Questions
- What are the different keywords in JAVA?
- What are the different types of Branching Statements?
- What are the Java tokens?
- What are the Branching Statements?
- What is Function overloading?
- What is the range of different data types?
- What is Dynamic Binding?
- What are the different data types available in C or C++?