My Subject Blog

Introduction

Introduction of C Language:

C is a Programming Language developed at AT & T’s Bell Laboratories of USA in 1972.
It was designed and written by a Dennis Ritchie.

Why we learn C?

C is a Common Language.
C is a Small Language.
C is a Stable Language.
C is a Quick Language.

C is a Core Language.

Types of File involved in Compilation of C Program:

Regular Source Code Files ( .c)
Header Files ( .h)
Object Files ( .obj or .o)

Binary Executables (.exe)

The C Compilation Model:


C Program Compilation Process
C Program Compilation Process




Comments

Most Visited Post

C Program to Find Largest Odd Number from Array

Followers