0% found this document useful (0 votes)
4 views

Basic of C Programming

summary of basic programming

Uploaded by

jmmanuel182
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Basic of C Programming

summary of basic programming

Uploaded by

jmmanuel182
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

BASICS OF “C”

PROGRAMMING

INTRODUCTORY BASICS OF “C”


CONTENTS

 What is “C” programming


 History of “C” programming
 Basic commands in “C”
 Applications of “ C” programming
 Why learn “C”
 How “C” works
WHAT IS “c” PROGRAMING

 C is a general purpose programming language that is


extremely popular,simple and flexible to use
 It is a structured programming language that is
machine independent ,and extensively used to write
so many apps.
HISTORY OF C PROGRAMMING

 In 1972, Denis ritchie , a great computer scientist


created “C” programming language at the Bell
laboratories
BASIC COMMANDS IN “c”

C COMMANDS EXPLANATION
Int main() Mainfunction where execution begins
{ Indicates the beginng of main function
} Indicates the end of the main function

Return 0 Used to terminate


programm
Getch() Used fro character input from
key board
Include <Stdio.h> Includes standard input output
header from c libary
Print f(“hello world) Prints output on screen
APPLICATIONS OF”c”

 developing Embeded system


 Developing system applications
 Browsers and their extension e.g. Google chromium
is built using “C”
 Developing database ...e.g mySQL
 Deloping operating system

You might also like