Professional Course
Certificate Course in C Programming
The course is designed to provide programming fundamentals using C
Learning Outcomes:
After the completion of the course, students will be able to:-
Understand the basic terminology used in computer, write, compile and debug programs in C language and use different data types in a computer program.
Syllabus
- Introduction to C
- Keywords, identifiers, literals and Variables
- Data Type in C
- Operators in C
- Selection (Conditional) Statements (IF,IF ELSE,NESTED IF,ELSE IF LADDER,SWITCH CASE)
- Looping Statement (FOR,WHILE,DO WHILE)
- Jumping Statements (GOTO,BREAK,CONTINUE and RETURN)
- Nesting of Loop
- Introduction to Array
- One Dimension Array (Searching, Sorting)
- Multi-Dimensional Array (Matrix Operations)
- String Handling