token – POFTUT

C Syntax and Basics

[rps-include post=6557] We have successfully compiled our application. But while compiling we have no detailed information about the program. In this chapter we will look basics of C programming language. Token The smallest part of a C program is tokens. Compilers start by reading source code and parsing tokens. If there is an unexpected token … Read more