c programming ends execution

hello,
i am trying to learn c and every time i run my program it wont scan new input when i press enter.
the program finishes execution...
what do i do to finish all part of my program on the cmd...
tnx
Last edited on
The only reasonable answear is: don't make the program terminate untill it finishes intended execution path. Can't tell you what you do wrong, if you don't even present us a little piece of code. One of the probable causes is that your program crashes, another is that you created a conditional that is always/never true (perhaps by confusing == with = )
More psychic powers I do not posses :D
Last edited on
Topic archived. No new replies allowed.