Translate

Labels

Showing posts with label SHUTDOWN TIMER. Show all posts
Showing posts with label SHUTDOWN TIMER. Show all posts

Sunday, 16 June 2013

PROGRAM FOR SHUTDOWN TIMER

#include<stdio.h>
#include<conio.h>
#include<process.h>
#include<stdlib.h>
void main()
{
int t,i,s;
clrscr();
printf("enter the time in sec:");
scanf("%d",&t);