Tokens in C Programming

 The basic/smallest elements reserved by the c compiler are the tokens.The compiler breaks a program into the smallest possible units which is known as tokens and proceeds to the various stages of the compilation. Examples: Keywords, identifiers, operators, brackets([]), commas(,) etc.





Post a Comment

Previous Post Next Post