0
why my code is not give out put in pc?
4 Réponses
+ 1
Are you using cout? Could you post your code?
0
add getch(); to your program if no error found
0
this problem is also in simple program :(
0
you can add
system("pause");
before return 0;
and it will give you the output :)