Tag Archives: C

C Programming – Variables

C Programs consists of many things. Some important things to know before writing and practicing C programs are Variables, Datatypes and Operators. There are many other things which you need to know as well, but for now we will discuss about these only. In future, while writing new codes we will discuss about other theories/topics… Read More »

C Programming – Introduction

C is a general purpose procedural computer programming language. It was initially developed by Mr. Dennis Ritchie at Bell Laboratories, USA between 1969 – 1973. It was mainly developed to create Operating Systems (UNIX). C is the most widely used computer programming language. It is machine-independent, structured programming language which is used extensively in various… Read More »