Saved Bookmarks
| 1. |
Delay by 5 seconds in integers |
|
Answer» the delay() FUNCTION in C++. There can be many ins tances when we need to CREATE a delay in our PROGRAMS. C++ provides us with an easy WAY to do so. We can use a delay() function for this purpose in our CO de. This function is imported from the “dos.h” header file in C++. We can run the co de after a specific time in C++ using delay() function. |
|