whenever i run my program the output doesnt display the programme runs correctly and comes out quickly i am not able to see the output can you tell me what could be the error'
@programtalkies53637 жыл бұрын
If you are using the same compiler then there shouldn't be any problem..Try running simple hello world program and check whether it runs as expected or not..If there is problem then you can try using void main(){getch();} function at last by including header file #include for some compilers like Borland C++..