Wednesday, January 4, 2012

What is a keyword?

A keyword is an identifier type token for which C has a defined purpose. Common keywords are int, float, and void. Because these have special meanings in C, we cannot use them as variable names.

No comments:

Post a Comment