Define keywords. Name any five keywords of C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Define keywords. Name any five keywords of C language?

29th Nov 2016, 1:05 PM
munish rastogi
munish rastogi - avatar
2 Answers
+ 2
Keywords are predefined, reserved words used in programming that have a special meaning. Keywords are part of the syntax and they cannot be used as an identifier. For example: int money; Here, int is a keyword that indicates 'money' is a variable of type integer. other examples int for if else char while include etc
29th Nov 2016, 1:08 PM
Muhammad Rizwan
Muhammad Rizwan - avatar
+ 1
Difine variable in c? Give an example
20th Sep 2019, 9:47 AM
Shailesh Bawane
Shailesh Bawane - avatar