0% found this document useful (0 votes)
109 views1 page

Intro To C Syllabus

This document outlines the syllabus for an introduction to C programming course. The course covers 5 units: 1) problem solving and program planning tools, 2) basics of the C language structure, data types, operators, and variables, 3) input/output and control statements like if/else and loops, 4) functions, arrays, strings, and pointers, and 5) structures, unions, and basic file handling. Each unit includes both theoretical sessions to learn concepts and practical sessions with programming exercises to reinforce the material.

Uploaded by

ashishpatel_99
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
109 views1 page

Intro To C Syllabus

This document outlines the syllabus for an introduction to C programming course. The course covers 5 units: 1) problem solving and program planning tools, 2) basics of the C language structure, data types, operators, and variables, 3) input/output and control statements like if/else and loops, 4) functions, arrays, strings, and pointers, and 5) structures, unions, and basic file handling. Each unit includes both theoretical sessions to learn concepts and practical sessions with programming exercises to reinforce the material.

Uploaded by

ashishpatel_99
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to C.

SYLLABUS
NAME OF THE UNIT Problem Solving & Program Planning SEMESTER I THEORETICAL SESSIONS
Need for problem solving and planning a program. Program design tools algorithms, flow charts. Program design tools: pseudo codes and decision tables. Basics Structure of C Program. Programming rules ,keywords C- Character Set. Identifiers,datatypes,operators, constants and variables. Operators & Expressions

UNIT NO:
1

PRACTICAL SESSION TOPICS/CASE STUDY TOPICS


1) Basic program of C. 2) Compile , Run of C program & Turbo C Shortcuts.

Introduction of ANSI-C

1) Implementation of Data types. 2) Implementation of Operators.

Handling Input/output & Control Statements Functions ,Storage Classes & Arrays and Strings

Formatting input & output functions. For, do while, while. if, else if, Switch Case statement. break, continue Defining and accessing a functions. Function prototypes, recursive functions. Storage classes and their usage. Defining arrays; I/O of arrays I/O of string data,built-in library functions to manipulate strings, array of strings. Defining and processing pointers &structures. array of structures, nested structures, Unions & difference from Structures. Opening, reading, writing & Closing file.

1) Implementation of control statements. 2) Implementation of Decision making statements. 1) Implementation of Library functions & user define functions. 2) Programming with Arrays & Strings.

Pointers & Structures - Unions & Intro to File Handling

1) Define & uses of pointers. 2) Programming with structures & unions. 3) Writing & reading a file using C.

TEXT BOOKS:

E.Balagurusamy , Programming in ANSI C , Tata McGraw Hill Publishing Company Limited, New Delhi.

You might also like