C - conio
Library Functions | Description |
---|---|
clrscr() | Output Screen को clear किया जाता है | |
delline() | Program के line को delete किया जाता है | |
getch() | Keyboard से character को read किया जाता है| |
getche() | Output screen के लिए Keyboard से एक character लेने की अनुमति ली जाती है | |
gotoxy() | gotoxy() function cursor को move कर देता है |
kbhit() | Keyboard का button press हुआ है या नहीं हुआ है ये निर्धारित करता है | |
textbackground() | Text का background color change करने के लिए इस्तेमाल होता है | |
textcolor() | Text का color change करने के लिए इस्तेमाल होता है | |
wherex() | Horizontal में current position integer में return करता है | |
wherey() | Vertical में current position integer में return करता है | |