Hello All,
I want to pause my program while execution. My programming language is C, lex and yacc.
I tried with,
1. getch:- no conio.h
2. system("pause"); ::::: system crashing
Please help,How can I halt my program while executing?
I am using simple printf ststements here.
Raghavendra