Programming
in C
1.
Basic for C
Computer Languages, Translators,
Algorithm, Flowchart
2.
Introductions
Introduction, History,
Characteristics, Basic Structure of C Program, Compile & Execution, Errors
3.
Basic
elements of C
Alphabets,
Digits, Special Characters, white spaces, Keywords, Data types, Constants,
Variable, Operators, Expressions, Comment
4.
Input
and Output operations in C
Control
String, Reading/Input Data, Writing/Output Data, Formatted Input and Output
5.
Statements
Simple,
Control(if, if …. else,switch), Looping(for, while, do..while), Jump(break,
goto, continue)
6.
Array
1D,
2D
7.
Functions
Advantages,
Functions Components, Types of function (user define, library, call by value
& reference, arguments & return), main() function, function with array,
Recursion
8.
Pointer
Declaring,
Initialization, Accessing, Pointer of pointers, Pointers & Array, Pointers
& Functions
9.
String
Read/Write
String, Library Functions, String & Pointer, Array of String
10. Structure & Union
Declaring/Accessing
Structure members, Array & Structure, Nested structure, Pointer &
Structure, Union
11. File Handling
Defining
& Opening files, Closing file, Input/Output Operations on files
12. Mini Project
No comments:
Post a Comment