Tag Archives: Programming

C Programming – Environment Setup

To learn C Programming, one needs only a few things. A Computer ( There are many ways to do C Programming in mobile / web, but for now we are following the traditional way ) A C Compiler And, a normal working human brain with passion, energy, patience and positive mind. That’s all folks. Now,… 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 »