C & Data Structures syllabus
Introduction to C
C language which is considered the mother of all languages, is and will be the most sought after programming language for any beginner to jump start his career in software development. Not only does it help a beginner to understand what software programming is all about, it also gives an excellent platform to build programming skills for those who eventually want to learn modern languages like C# or Java for developing advanced level applications.
Course Objectives
Introduction and First Program
Variables and Data Types
Console IO Operations
Operators and Expressions
Control Flow Statements
Working with Functions
Working with Arrays
String Handling
Pointers
Structure and Unions
File Handling
Pre-Processor Directives
Command Line Arguments and Variable Number of Arguments