Computer Science, asked by sunitakerttta, 7 months ago

what is keyword rerseved word mean? Give example​

Answers

Answered by BrainlyProgrammer
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 imtiyazallam
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
  1. do
  2. while
  3. try
  4. catch
  5. for
  • C++
  1. cout
  2. cin
  3. do
  4. while
  5. for
  • Python
  1. for
  2. while
  3. true
  4. false
  5. print
Similar questions