Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do i make a pause when printing in c?

+3 votes
asked Nov 5, 2022 by Lazar Komarčević (150 points)

1 Answer

+3 votes
answered Nov 5, 2022 by Peter Minarik (86,200 points)

On Linux (including OnlineGDB) you can use sleep() to make the given thread sleep for a given number of seconds.

Is this what you're after?

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...