Section outline
-
Aims/Rationale: To teach the students about C programming basics so that they can apply this knowledge in their academic and professional fields.
Learning Outcomes: At the end of the session participant will be able to :
- Understand the basics of C programming
- Able to write the structure of the C language.
- Write the first program in C
Lecture Contents:
- Structure of a C program
- The first program in C
- The main function
- The Build process of C
- Steps in learning C
- How to install and compile C
- Library functions, Stdio.h, conio.h
- C program writing and output observation.
-
Write a C program which will Print your name, ID, Department and University name in the Output window.
Example:
Name: XYZ
ID: 213-50-111
Department: Information ....
University: Daffodil ..... -
Write a C program which will take 5 subject marks as input and will print the total result with percent value.
- Understand the basics of C programming