COURSE CONTENT-
Basics of C:
Introduction to C and Importance of C
Compiler and Interpreter
The Structure of a C Program
Writing C Programs
Building an Executable Version of a C Program
Debugging a C Program
Examining and Running a C Application Program
Industrial application of C programming
Basic Components of C language
Data Type, Variable
Operators
Control Statement
Preprocessor Directives Input and Output Operators
Reading/Writing Charecters
Formatted input/output Function
Control Statements in C
The IF ELSE Statement
IF ELSE ladder
Nesting of IF ELSE Statements
The Switching Statements
The do-while Statement
The while statement
FOR Statements
Assessment Project
Arrays in C
Array - Use and Properties
One Dimensional Arrays
Two Dimensional Arrays
Multi Dimensional Arrays
Dynamic Arrays
String Handling
Reading String from Terminal
Writing String to Screen
String Handling Functions
Table of String
Assessment Project
Functions in C
Function Basics
Advantage of Function
Recursion
Variable Storage Classes
Variable arguments Function
Pointers in C
Understanding Pointers
Pointer expressions
Pointer and Arrays
Pointers and Character String
Pointers to Functions
Pointers and Structures
Assessment
Structures and Unions
Defining a Structure
Advantage of Structure
Size of Structure
Arrays of Structures
Structures and Functions
Defining Unions
Dynamic Memory allocation
Introduction to Dynamic Memory Allocation
Malloc
Calloc
Realloc
Free
LinkedList
Concepts of Linked Lists
Creating a Linked Lists
Inserting/Deleting an item
Application of Linked Lists
Assessment
File Management in C
Introduction to File Management
Opening/Closing a File
Input/Output operations on Files
Error Handling During I/O Operations
Command Line Arguments
Mini Project involving all concepts.
Preprocessor
Macro Substitution
File Inclusion
Computer Control Directives
Development Project