Home
About
Disclaimer
Privacy Policy
Contact Us
HOME
BASIC C
ADVANCE C
DATA STRUCTURES
GUEST POST
Home
Conio Functions
kbhit
kbhit
December 24, 2011
/*
Write a program in C for kbhit
*/
#include<stdio.h>
#include<conio.h>
main()
{
while(!kbhit())
printf("You haven't pressed a key.\n");
return 0;
}
Post a Comment
2 Comments
Unknown
July 1, 2016 at 9:06 AM
hmm add also descriptions
Reply
Delete
Replies
SDK
September 19, 2019 at 10:15 AM
Thanks for suggestions
Delete
Replies
Reply
Reply
Add comment
Load more...
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
Polynomial Addition and Multiplication using Linked List
February 21, 2012
Concatenate Two Circular Linked Lists
February 21, 2012
Concatenate Two Single Linked Lists
February 21, 2012
Subscribe US
Contact Form
Name
Email
*
Message
*
Total Pageviews
2 Comments
hmm add also descriptions
ReplyDeleteThanks for suggestions
Delete