Tuesday, December 30, 2008

Introduction to C programming - Detail Syllabus

Introduction to C programming is one of the subjects for Semester I of B.Sc. - IT and following is the detail syllabus for the subjects.

C Fundamentals
Character set, Identifiers and Keywords, Data Types, Constants, Variables and
Arrays, Declarations, Operators & Expressions, Library functions, Statements,
Symbolic Constants, Preprocessor directives
Data Input and Output
0getchar(), putchar(), scanf(), printf(), gets(), puts() functions
Control Statements
if-else, while, do-while, goto, for statements nested control structures, switch, break,
continue statements comma operator
Functions
Function prototypes, passing arguments to a function by value, recursion storage
classes, automatic, External, static, register variables in single file environment.
Arrays
Defining - processing array, passing arrays to functions, Introduction to
multidimensional arrays, arrays and strings.
Pointers
Declarations, Referencing and de-referencing, passing pointers to functions, pointer
to array, Operations on File using pointers.
Concept of Dynamic Allocation of Memory, Linked List.
Structures and Unions , Defining and processing a structure.


0 comments:

  © Blogger templates Psi by Ourblogtemplates.com 2008

Back to TOP