answersLogoWhite

0

by using "clrscr" command at starting of the program

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

In Linux platform which c function is used to clear a screen?

use system("clear"); eg: main() { system("clear"); }


How can you clear screen in c without clrscr?

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


How the turbo c plus plus use in the computer?

How the turbo c plus plus use what in the computer.


How do you maximize turbo c screen in laptop?

Alt+Enter, if your Windows supports it.


How do you install turbo c in windows7?

Insert the installation disc. Follow the instructions on screen.


What is the Turbo c main menu?

The horizontal menu-line on the top of the screen: File Edit ... Help


How do you repair the black screen on turbo c?

With conio.h you can change the background color (function textbackground).


What is clear screen in c plus plus?

For computers that have Windows installed, you can use System("CLS"); to clear the screen. This statement calls on the operating system to find the "cls" command and execute it. However, this statement makes your program less portable as it makes it dependent on the Windows OS in order to clear the screen.


Why the background colour of turbo c plus plus is blue?

I want my C++ program become interesting How can I change the color of background and color of font even size of font......... I will always use system("cls") to clear there screen..... so I want do C++ DOS into something we call presentation like powerpoint Haha........ Any tutorial? That all Thank you


What is the use of header file graphics in c plus plus programming?

It has no use in C++ itself, it is only useful in Borland Turbo C++. It provides generic graphics support for Borland Turbo C++ applications.


How can you use turbo c in Window7?

With program DosBox,


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.