User:Bishu User:Bishu Thapa/micro teaching 4
Subject: C programing
Period: first
Topic: C programing
Teaching Item: Programing language and first program in C
Class: BICT 1st semester
Unit: One
Time: 15 min
No. of Students: 10
Objectives
At the end of this lesson, students will be able to
- To write a program hello world in C programing language.
- To print first program in C Programming language in C.
Teaching Materials
- PowerPoint presentation
- Daily materials
- Computer program using Turbo C++
Teaching Learning Activities
- Introduce today's topic with students.
- Revise necessary topics required to learn previous topics.
- I will write a program hello world.
#include <stdio.h>int main(){// printf() displays the string inside quotationprintf("Hello, World!");return 0;}
add example here
Classroom Assessment
- To write a program "First program in c" in Turboo c++.