//Downloaded From theonlinetutorials.com
#include "stdio.h"
#include "conio.h"
#include "dos.h"
int main()
{
int i;
char s[100];
clrscr();
for(i=30;i>=0;i--)
{
delay(1000);
printf("\n00:%2d",i);
}
printf("Timer finished");
getch();
return 0;
}
Not Satisfied ? Just search & get the result
Related posts:
- C Program – Display all type of pyramids
- Sample – Program to change the background colors on the screen.
- C Program – Implement the midpoint circle drawing algorithm
- C program to read A (MxN), find the transpose of a given matrix and output both the input matrix and the transposed matrix.
- C Program – Random Float number Generator
Tagged as:
C Program - Timer,
C Program - Timer program,
example for timer,
time dilay,
time dilay in C,
timer in c,
timer in c program,
Timer program,
write a timer program
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.