identifier – 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

Python Syntax Tutorial

PYthon is practical and readable programming language. Python have different syntax from popular programming languages like C, C++, C#, Java etc. Python syntax makes it easy to learn. In this tutorial we will look some aspect of Python programming language syntax. Identifier Identifier is the one of the main topics of all programming languages.  Identifiers … Read more