Home Forums C Programming C program timeout Re: Re: C program timeout

#3626
Chandra3993
Participant

You use can sleep function for prompting to require amount of time.

In condition you add the sleep(10).

It will wait for 10 seconds, then do the require stuffs