Cout delay | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Cout delay

can someone tell me how to put a delay between every cout ?

24th Apr 2017, 8:43 AM
Alhasan Mohamed
Alhasan Mohamed - avatar
1 Answer
0
You can use delay() function of dos.h delay(20); where the argument is given in microseconds.
25th Apr 2017, 3:21 AM
Karan Vaity
Karan Vaity - avatar