answersLogoWhite

0

Where you use clrscr command?

Updated: 12/19/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Where you use clrscr command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to you use clear screen in turbo C?

by using "clrscr" command at starting of the program


Why you not use clrscr in java?

Many reasons, one of them: there is no 'clrscr' in Java.


Why you are using clrscr in c language?

Function 'clrscr' is not part of the C language. Or the standard libraries. It is MS-DOS specific function, use the help for details (clrscr means clear the screen).


Why do we have to use uses crt or clrscr in pascal programming language?

No, you don't have to.


How can you clear screen in c without clrscr?

You can use system("cls") function with stdlib.h


What is the coding of a pogram in c to implement the builtin function of clrscr?

You could manipulate screen's video memory directly in order to achieve that. Video memory address in DOS text mode is allocated on segment 0xB800. Look at the related links section, I've coded an example program for you that uses ClrScr() and ClrScrAsm() functions. Both featuring color support! ;)


What is the alternate function for clrscr function in c language?

What do you mean by \'alternate function of clrscr\'? A function that undoes clrscr? Or one that fills the screen with random characters? Anyway, clrscr is not part of the standard C library, it is DOS-specific.


What does clrscr return?

clrscr-clear screen its give you direct space to work. without waiting


How to use router rip command?

use of routerrip command


Why the clrscr is used after declaration?

Use the help: this function clears the screen. Note: non-standard Borland-specific function, don't use.


What is clrscr in turbo pascal?

clrscr(); it's a in-built method to clear the terminal(desktop) output which was created before..


To move to the root directory use the command?

For Unix/Linux, use the command 'cd /' For Windows, you can also use the same command or 'cd \'