C Programming Language

Slides:



Advertisements
Similar presentations
C language was developed in early 1970s by Dennis Ritchie at Bell Laboratories to implement the UNIX operating system on the PDP-11 manufactured by DEC.
Advertisements

Liang, Introduction to C++ Programming, (c) 2007 Pearson Education, Inc. All rights reserved X 1 Chapter 1 Introduction to Computers, Programs,
Introduction to Computer Science /16/15. Introduction and Attendance Handout.
Introduction to C Programming
Brief History of C and Unix Systems Programming Concepts.
Unix Presentation. What is an Operating System An operating system (OS) is a program that allows you to interact with the computer -- all of the software.
Team Badass.  Dennis M. Ritchie  1967 He became an employee at Bell Labs  Mid 1960s BCPL was developed by Martin Richards for the Multics Project 
C: A VERY BRIEF HISTORY & STANDARDS © 1/4.
Welcome In The World Of ‘C’.  TEXT BOOK: Programming in ANCI ‘C By: E Balagurusamy. TMH  Reference Books: 1) The ‘C Programming Language By: Kernighan.
“C” Programming Language What is language ? Language is medium of communication. If two persons want to communicate with each other, they have to use.
Programming Design Ku-Yaw Chang Assistant Professor, Department of Computer Science and Information Engineering Da-Yeh University.
COMPSCI 174- Introduction to C++ Class hour Section 01: MWF 9:55am – 10:45am. Hyer Hall 210.
UNIX OS By: Desmond Dagg Alannah Storm Mullins Carl Kavanagh Gareth Dunne Behzad Sanehi.
CSCI 130 Chapter 1. History of C Bell Telephone Laboratories (1972) Dennis Ritchie (also created UNIX) A - B - C.
Introduction to C++ Programming Language
LIS508 background of GNU/Linux
Pioneers of Computer Science Dennis Ritchie and Ken Thompson Dennis Ritchie- Born September 9, 1941 – October 12, 2011 Ken Thompson - Born February 4,
Operating System Part II: Introduction to the Unix Operating System (The Evolution of Unix)
CSC 202 Computer Programming What is Program ? Program is a set of instruction that a machine follows. What is Programming? Programming is to make machine.
CGS 3460 Course Web Site –Get CISE Account –Submit via Web Ct –Late Policy –50% Per Day –Missubmission policy –Academic Honesty –Class Scheduling.
History of UNIX a short version CSCI 333 August 31, 2011.
Program & Programming Languages. Introduction to Programming Programming is the process of writing a computer program in a language that the computer.
Just Enough Unix, Chapter 1
C programming language was developed in the seventies by a group of at the Bell Telephone lab. The C language was the outline of two earlier languages.
CCSA 221 Programming in C CHAPTER 1 INTRODUCTION ALHANOUF ALAMR.
CSCI 330 UNIX and Network Programming Unit I Introduction.
Chapter 1: Introducing C Copyright © 2008 W. W. Norton & Company. All rights reserved. 1 Chapter 1 Introducing C.
OPERATING SYSTEMS. An operating system (OS) is an interface between hardware and user which is responsible for the management and coordination of activities.
COP 3275 Chapter 01 course website: Jonathan C.L. Liu, Ph.D. CISE Department University of Florida.
Introduction to C Programming Language. History of C  C was evolved by Dennis Ritchie at AT&T Bell Laboratories in early of 1970s  Successor of: ALGOL.
BY:HIRA FARMAN Course:. LECTURE # 02 BY:HIRA FARMAN.
Fundamentals of Programming C++ Programming Language CS 1400 Dennis A. Fairclough Version 1.1 C++ Programming Language CS 1400 Dennis A. Fairclough Version.
Introduction to computer programming
Chapter 1: Introducing C Copyright © 2008 W. W. Norton & Company. All rights reserved. 1 Chapter 1 Introducing C.
C language--Introduction. History 1970: B by Ken Thompson at AT&T Bell Lab 1972: C by Dennis Ritchie and Ken Tompson at At&T Bell Lab for UNIX 1978: “The.
UNIX and SOFTWARE TOOLS Dr. Tran, Van Hoai Faculty of Computer Science and Engineering HCMC Uni. of Technology
Main Part of a Computer.
Introduction to unix. The UNIX Operating System An operating system "OS” is a set of programs that controls a computer. It controls both the hardware.
A Synopsis of Their History
PROGRAMMING WITH C ++.
Popular Operating System Chapter 8
1. INTRODUCING C.
LESSON 1 Introduction to Programming Language
C Programming Hardik H. Maheta.
Be A programmer in Steps
Welcome to CSE1002.
C Language VIVA Questions with Answers
History of ‘C’ Root of the morden language is ALGOL It’s first
Intro to Programming Week # 1 Hardware / Software Lecture # 2
CISC/CMPE320 - Prof. McLeod
Introducing C Chapter 1 Copyright © 2008 W. W. Norton & Company.
Overview of C.
CGS 3460 Course Web Site Get CISE Account.
Introduction to C Programming Language
' C ' PROGRAMMING SRM-MCA.
Welcome In The World Of ‘C’.  TEXT BOOK: Programming in ANSI ‘C By: E Balagurusamy. TMH  Reference Books: 1) The ‘C Programming Language By: Kernighan.
Advanced Programming: C# Lecture 01: Introduction
សេចក្តីផ្តើមពី Programming
Things you may want to know but you don’t have to know
Introducing C Chapter 1 Copyright © 2008 W. W. Norton & Company.
Introduction to C Programming
Introduction to Computer Systems
History and Background
Introducing C Chapter 1 Copyright © 2008 W. W. Norton & Company.
C ( Programming Language ) PSK Technologies By: Arti Sontakke An ISO 9001:2015 (QMS) Certified IT Company Computer Education | Software Development | Computer.
Things you may want to know but you don’t have to know
C Programming Language
How can I learn C language?
Computer Science Department
CSE 542: Operating Systems
Presentation transcript:

C Programming Language Introduction www.btechsmartclass.com

C is a general-purpose computer programming language. What is C Language? C is a general-purpose computer programming language. C is also said to be structures programming language or function oriented programming language. C is a High level programming language. 1

C language is used to create applications or software. Why do we use C? C language is used to create applications or software. Initially, C was developed to create an operating system called UNIX. The popular software like Linux OS, PHP & MySQL are created using C language. 2

Generally C Language is used to create the following… Why do we use C? Generally C Language is used to create the following… Operating Systems Language Compilers Assemblers Interpreters Text Editors Network Drivers Databases 3

C Language was developed by Dennis Ritchie in the year of 1972. History of C Language? C Language was developed by Dennis Ritchie in the year of 1972. Born – September 9, 1941 Profession – Computer Scientist Place – Bell Labs, US Known As – Father of C & UNIX Awards – Turing Award(1983) National Medal of Technology(1998) IEEE Medal(1990) Computer Pioneer Award(1994) Computer History Museum Fellow(1997) Harold Pender Award(2003) Died – October 12, 2011 Dennis Ritchie 4

History of C Language? Dennis Ritchie Let’s see the programming languages that were developed before C language… Ken Thompson CPL – Common Programming Language invented by Martin Richards in 1960’s BCPL – Basic Combined Programming Language by Martin Richards in 1966 B Language – by Ken Thompson & Dennis Ritchie in 1969 Traditional C – by Dennis Ritchie in 1972 K&R C – by Kernighan & Dennis Ritchie in 1978 ANSI C – by ANSI Committee in 1989 ANSI/ISO C – by ISO Committee in 1990 C99 – by Standardization Committee in 1999 Dennis Ritchie 4

For more information please visit www.btechsmartclass.com Please do subscribe my channel