Menu Close
The C Program for calculating the Area of Triangle

The Program Structure of C Language

Before learning about the program structure of C language, let’s first take a look at a simple program. Input the three sides of a triangle…

How Does Preprocessor Work in C ?

Preprocessor occurs prior to the formal compilation stage.  In simple terms, a C Preprocessor is just a text substitution tool and it instructs the compiler…

How to Run C Program in Code Block ?

Let’s run Hello World program in Code Block open your Code::Block application 1. Create a New Project 2. Choose “Console Application”  – Go 3. Console…

Why Should We Chose Code::Block Compiler ?

As a lightweight C/C++ IDE, Code::Blocks has the following features in addition to basic editing, compiling, and debugging capabilities: Free and open-source. Code::Blocks is a…

The C programming language came out of Bell Labs in the early 1970s. According to the Bell Labs paper The Development of the C Language by Dennis Ritchie

The History of C Programming Language

The C programming language was developed by Dennis Ritchie at Bell Labs, AT&T in 1972. It was developed to overcome problems with previous languages such…

What is the C Programming language ?

C language is a general-purpose, procedural programming language. In 1972, Dennis Ritchie designed and developed the C language at Bell Telephone Laboratories for the purpose…