Tokens in C Programing
C Tokens are the individual words and punctuation, which is the smallest element of a program, understandable by the compiler. In easier language, C tokens are individual units in a program. In this lesson, we will learn about Tokens in C Programming.
identifiers
Identifiers in C language are used for naming variables, functions, and arrays. Do not use keywords as identifiers.
You cannot use keywords as identifiers; they are reserved for special use.
Here are some examples of valid identifiers,
0 comments:
Post a Comment