defining running time of a program in C
I want to define run time of a program in C i.e the program should run for specific time given as input by the user. Can anybody give me the commands for this purpose or any other way to do this........
0