In C Programming language, there are many rules so to avoid different types of errors. One such rule is not able to declare variable names with auto, long, etc. This is all because these are keywords. Let us check all keywords in C language.
The Keywords in C
→ 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 → volatile → while

.jpeg)