Home
About
Disclaimer
Privacy Policy
Contact Us
HOME
BASIC C
ADVANCE C
DATA STRUCTURES
GUEST POST
Home
DOS Functions
sleep
sleep
December 25, 2011
/*
Write a program in C for sleep dos function
*/
#include<stdio.h>
#include<dos.h>
main()
{
printf("Wait for 5 seconds to exit.\n");
sleep(5);
return 0;
}
Post a Comment
0 Comments
Followers
Basic C
Star Patterns
Number Patterns
Alphabet Pattern
Matrix Programs
File Handling
Advance C
Math Functions
Graphics in C
DOS Functions
Special Programs
Stdlib Functions
Conio Functions
Trace the output
Interview Q&A
Projects in C
Data Structures
Array
Linked List
Stack
Queue
Search Algorithm
Popular Posts
Subscribe US
Contact Form
Name
Email
*
Message
*
Total Pageviews
0 Comments