Single Choice
Not Set
QAll keywords in C are in
ID: #1128
Variable in C Language
42,531 views
Question Info
#1128Q ID
Not SetDifficulty
Variable in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
As C is a case-sensitive language, all keywords must be written in lowercase.
Keywords are predefined, reserved words in C language and each of which is associated with specific features. These words help us to use the functionality of C language. They have special meaning to the compilers.
There are total 32 keywords in C.
| auto | double | int | struct |
| break | else | long | switch |
| case | enum | register | typedef |
| char | extern | return | union |
| continue | for | signed | void |
| do | if | static | while |
| default | goto | sizeof | volatile |
| const | float | short | unsigned |
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic