+ 1

I m trying to create a project in computer

I typed the same program in the computer as displayed in the app. But whenever i m running it, it always displays "hello world". What to do? How to get the correct result?

13th Oct 2016, 3:20 PM
PiXeL99
PiXeL99 - avatar
1 Odpowiedź
0
try to clear the previous output.. add : #include <conio.h> as header and.. add clrscr(); immediately after you declare variables...
13th Oct 2016, 3:27 PM
Balaji Rs
Balaji Rs - avatar