Kailash Pathak
Kailash Pathak

Reputation: 3

Getting error while run the program in C language

enter image description hereGetting warning each time while run the program in C.

Upvotes: -16

Views: 2953

Answers (4)

Abhinav Kudukoli
Abhinav Kudukoli

Reputation: 1

press Esc , then press ALT+spacebar and enter to repaint desktop your mouse will work again

Upvotes: 0

raptor inc
raptor inc

Reputation: 11

Save the file before you run/compile your code.

Upvotes: 0

anoopknr
anoopknr

Reputation: 3355

This is not Error this is just a Warning .

Save the file every time before you Build and Run. This is the solution to your warning.This warning happens when you edit the program and tries to run it without saving.

Also your IDE Turbo C++ is very outdated Programming environment.I recommend CodeBlocks . Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.You can download it from here.

Upvotes: 4

Padmanava
Padmanava

Reputation: 37

It seems like you are running this application in some sort of emulator. Restart the program and try running that. It should work. Turbo C is terribly out of date and is probably even older than you. I suggest you to upgrade to a IDE like Code::Blocks. If, you are a beginner I suggest you compile using GCC command line compiler.

Upvotes: 1

Related Questions