what is keyword rerseved word mean? Give example
Answers
Answered by
2
Answer:
Keywords are those pre-defined words which cannot be used as a variable name or class name or in othwer words u say cannot be used as an identifiers.
Example of keywords are int, float, char etc...
Note:-
ALL IDENTIFIERS ARE KEWORDS BUT ALL KEYWORDS ARE NOT IDENTIFIERS
Explanation:
Please learn this defination of keywords...it is easier to learn as well as easy to understand
Answered by
0
Answer:
Keywords are the reserved words that give special meaning to the language compiler.
Every programming language have different reserved words. I have given keywords of different programming languages, pick the required one:
- Java
- do
- while
- try
- catch
- for
- C++
- cout
- cin
- do
- while
- for
- Python
- for
- while
- true
- false
Similar questions