write the short note of keywords.
Answers
Answered by
4
Answer:
- A word is a sequence of characters that the C compiler readily accepts and recognizes while being used in a program .
- Note that the keywords are all lowercase...
- Keywords are the words whose meaning has already been explained to the C compiler and their meaning cannot be changed.
Answered by
40
A keyword is a sequence of characters that the C compiler readily accepts and recognizes while being used in a program. Note that the keywords are all lowercase.
Keywords are the words whose meaning has already been explained to the C compiler and their meanings cannot be changed.
Keywords are predefined, reserved words used in programming that have special meanings to the compiler. 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 int (integer).
Similar questions
English,
20 days ago
Physics,
20 days ago
Chemistry,
20 days ago
Social Sciences,
8 months ago
Science,
8 months ago