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

Course Brochure: C' Language

The document provides an overview and course contents for a 'C' Language course. The overview indicates that C was originally developed in 1972 and is widely used for system and application software across many platforms. The prerequisites section states that knowledge of an operating system is preferable. The course contents section lists topics that will be covered including introduction to computers and C, operators, control statements, data structures like stacks and queues, pointers, functions, arrays, and trees. Device driver programming is also included.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
156 views

Course Brochure: C' Language

The document provides an overview and course contents for a 'C' Language course. The overview indicates that C was originally developed in 1972 and is widely used for system and application software across many platforms. The prerequisites section states that knowledge of an operating system is preferable. The course contents section lists topics that will be covered including introduction to computers and C, operators, control statements, data structures like stacks and queues, pointers, functions, arrays, and trees. Device driver programming is also included.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Page 1

Peers Technol ogi es Pvt. Ltd.

Course Brochure

C Language

Overview

In computing, C is a general-purpose computer programming language originally developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. Although C was designed for implementing system software, it is also used for developing application software. It is widely used on a great many different software platforms and computer architectures, and several popular compilers exist. C has greatly influenced many other popular programming languages.

Prerequisites

Knowledge of any Operating System preferable.

Applications

Page 2

C Language

COURSE CONTENTS

Introduction to Computers, S/W, Types of S/W and O/S. Language and Generations of Languages Introduction to C Features of C Steps to approach to C Programme Translators Compiling the C Programme Operators Control Statements Sequential Control Statements Condition Control Statements Case Control Statements Loops (or) Iteration Control statements

Strings using pointers Storage Classes Structures Unions and Enumeration Command line arguments Files Preprocessors Data structures Stack Queue and Circular Queue Linked List o o o o Single linked list CSLL DLL CDLL

Pointers and types of Pointers Functions Arrays using pointers Single Dimensional Arrays Searching Techniques 2D-Array and Matrices

Trees

Introduction to Device Driver Programming

You might also like