C program that waits for user input for a specific number of seconds
How can you create C program that waits for user input for a specific
number of seconds? After the time limit, the program closes, with or
without input. Sample code please, using fork() and sleep(). Sorry I'm new
at this.
No comments:
Post a Comment