I am learning C and I\'m using \"getchar()\" to stop the command windows so I can see the exercises am doing but it just doesn\'t work. heres a sample:
#incl
The getchar() is reading the \n from the keyboard in scanf - see here for more info