Chapter - 1
Chapter - 1
Chapter – 1
Many of C’s principles and ideas were derived from the earlier
language B. (Ken Thompson was the developer of B Language.)
As many of the features were derived from “B” Language that is
why it was named as “C”.
After 7-8 years C++ came into existence which was first example of
object oriented programming .
#include <systemFilename>
Eg.
#include<stdio.h> // Standard Input/Output
#include<math.h> //Advanced Math
Function(eg.Trignometry)
#include<conio.h> // Console Input / Output
#include<stdlib.h> // Arithmetic and Sorting & Searching
Eg.
printf(“Message”, Variable or Variable List);
printf(“Hello”);
Printf(“Answer : %d”,Sum);
Assembler
Assembler translates the assembly language code into machine
language.
Converted code having extension “.o” (Object file)
Subject Teachers:
Ms. Dweepna Garg Mr. Hardik Jayswal Mr. Dipak Ramoliya Ms. Neeti Joshi Ms. Nidhi Barodawala
Subject Coordinator