Home / Questions / What is keyword in C?
Explanatory Question

What is keyword in C?

👁 1,111 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • Keywords are pre-defined words in a C compiler. Each keyword is meant to perform a specific function in a C program.
  • Since keywords are referred names for compiler, they can’t be used as variable name.