One confusion! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

One confusion!

How manny keywords in standard c language ? I think 32 but some where it's show 44. Which one is correct? Or there some different for 'standard keyword'?

11th Sep 2020, 8:38 AM
Suparna Podder
Suparna Podder - avatar
4 Answers
+ 5
Your right theres 44 but 32 of them are the original c keywords C99 update - 5 more added in 1999 C11 update -7 more added in 2011 most others newer keywords start with a underscore _ making it 44 https://images.app.goo.gl/oUdYR6BYR8y2TZ1Y8
11th Sep 2020, 8:44 AM
D_Stark
D_Stark - avatar
+ 5
There are 32 keywords in C language. Standard list is below Keywords- 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 signed
11th Sep 2020, 8:45 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 3
Open this link your doubt will be clear https://en.cppreference.com/w/c/keyword
11th Sep 2020, 9:30 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Priyanshi💞 l got it . But why show 44 ?
11th Sep 2020, 8:46 AM
Suparna Podder
Suparna Podder - avatar