I\'m trying to hold the screen on my output using the header file , but I don\'t know any equivalent function to the getch() &
getch()
if you work on windows you can use system("pause"), this will give you "press any key to continue" message.