Grade
Quizzes and attendance.
Project
The description of the project.
Syllabus
The goal to achieve, grading policy, tentative time schedule.
Introduction
How to use Windows, Microsoft Visual C++ 6.0 and Turbo C.
Data Types
To apply the Software Development Method using C-language.
Arithmetic Expression
Learn using operators, expressions and math functions.
Selection
Learn to use if, if-else, and switch statements.
Repetition
Learn to use for, while, and do-while statements.
Text File
Learn how to use text files manipulation functions.
Function with Input Parameters
Learn how to write user defined functions.
Function with Output Parameters
Learn how to write user defined functions with Output Parameters -using pointers & recursive functions.
One Dimensional Array
Learn how to declare and use one dimensional array.
One Dimensional Array
How to use 1-D array with functions.
One Dimensional Array
Linear search, Binary search and Buble Sort.
Strings
How to use strings in C.
2D Array
Learn how to declare and use two dimensional array.