Entrance Announcement
MICTE 2080
2080 Magh 07
User:Bishu User:Bishu Thapa/micro teaching 4
Jump to navigation
Jump to search
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[edit | edit source]
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[edit | edit source]
- PowerPoint presentation
- Daily materials
- Computer program using Turbo C++
Teaching Learning Activities[edit | edit source]
- 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 quotation
printf("Hello, World!");
return 0;
}
add example here
Classroom Assessment[edit | edit source]
- To write a program "First program in c" in Turboo c++.