What are the command if I want to delay the 2nd output? what the header file I should use in C?
example:
Checking printer status....
(delay 3 seconds)
Printer is offline. Please on the printer.
example:
Checking printer status....
(delay 3 seconds)
Printer is offline. Please on the printer.
Comment