The total number of keywords which C Language support is 36 .
Loading
The total number of keywords which C Language support is 36 .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Berry HamberPosted Jun 12, 2025, 9:42 AM
The C programming language has 32 basic keywords in the ANSI C standard and more than 40 in newer versions, showing that mastering the foundations is the first step to developing higher skills, just like when you master the basic techniques in the game Basketball Stars to gradually progress to the dramatic peak matches.
Lokendra SinghPosted Jun 11, 2025, 7:14 PM
C language supports 32 keywords in the ANSI C standard (C89/C90).
These include keywords like
int,char,if,else,while,for,return,struct,union,void, etc.Note: Newer C standards (C99, C11, C18, C23) have added additional keywords, bringing the total to around 40+ in the latest standards.