C programming question about windows 7

Hi All,
How can I run a C program in full screen using windows 7 environment on Turbo C compiler? Kindly give precise and clear answers.
Thank you.

Hi All,
How can I run a C program in full screen using windows 7 environment on Turbo C compiler? Kindly give precise and clear answers.
Thank you.
Although there had been a lot of upgrades in Windows 7 than the previous version of Windows, it has some significant drawbacks like the one you are facing. Yes, it is a common problem with Windows 7 that it cannot run DOS applications in full screen mode. In earlier versions of Windows (like XP) it was a default characteristic that DOS programs run in full screen mode. If you want to run those applications in full mode in Windows 7, all you have to do is download a program which emulates a PC to run MSDOS application.
To be able to run Turbo C on Windows 7 environment, you have several options:
1. Safe Mode.
2. Disable display driver.
3. Use DosBox.
To run the C program in full screen mode, follow these instructions:
This will create your C program in full screen mode.
Thanks.