answersLogoWhite

0

sleep(time in seconds)

(Note: your computer won't actually sleep, only wait, if that's okay with you.)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


What function is used to perform exponentiation in C language?

You can use the pow() function in math.h.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


What is printf function?

Printf function is used in c language. Printf is used to print something to the standard output. ex: printf ('welcome');


Call by function in c language?

I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'


What are the library function in c language?

libray in c++


What is math function in c language?

Math-It is a Predifined function in c,which is used for all the symbols,formules and other things of maths,this function is also useful when we created any animated prog. with the help of c.


Is c procedural or structural language?

Structural language is a language in which a particular structure is defined. It is used to make execution and understanding easier. Ex : COBOL Structural language does not have function calls. Procedural language is a language in which function calls are allowed. Ex : C In this a particular procedure is followed every time. IMB.


Explain about header files used in c language?

list of header files in c and function prototype associated with each file


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.


What is function of brack in c language?

Nothing.


What is the Difference between C and C languages?

C languages are often based originally on the C language but no longer adhere to it's tenets: often they supersede the original ANSI-92 C language. C++, Objective C, C-, and C# are often used derivatives of the C language. In almost all cases, plain C language can be used with a C language derivative and you get the same result as if you ran it through a plain old C compiler; but the C languages compilers have extra function and procedures available for the programmer.