+ 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?
1 ответ
0
try to clear the previous output..
add :
#include <conio.h>
as header
and..
add clrscr();
immediately after you declare variables...