Home
Courses
Our Servies
Contact
C PROGRAMMING
Introduction to C
• History & Evolution of C
• Features of C
• Applications of C
Fundamentals of C
• Structure of C Program
• Data Types
• Variables & Constants
Operators & Expressions
• Arithmetic Operators
• Relational Operators
• Logical Operators
• Assignment Operators
Control Flow Statements
Decision Making:
• if, if-else, nested if
• switch case
• break & continue
Loops:
• while, do-while, for
Functions
• Introduction to Functions
• Types of Functions
• Library Functions
• User-defined Functions
Arrays & Strings
Arrays:
• 1D & 2D Arrays
• Initialization & Operations
Strings:
• strlen(), strcpy()
• strcat(), strcmp()
Structures, Unions & Files
• Structure & Union
• File Handling Concepts
• Read / Write Files
• CRUD Operations using Files