Programming Fundamentals
Programming Fundamentals
Course Contents:
Computer Programming with C:
Objective: The course is designed to familiarize students with the basic structured programming skills.
It emphasizes upon problem analysis and Programme development.
Course Outline:
Introduction
C Language
Basics of programming.
History of C language.
Concept of translators.
What are library files and how they are used in Programming.
Conditional Programming.
IF statement
Nested IF statements
Concept of functions
Functions like printf(); scanf(); getch(); clrscr(); and their usages.
User defined functions.
Concept of loops
nested loops
Boolean logic
logical operators