Examlex

Solved

The Time() Function Returns the Amount of Time a Program

question 48

True/False

The time() function returns the amount of time a program has been running in seconds.


Definitions:

Strings

Strings are sequences of characters used to represent text in computer programming.

Scanf()

A function in C programming used to read formatted input from the keyboard or other input streams.

Gets()

Gets() is a function in C that reads a line from stdin into the buffer pointed to by its argument until a terminating newline or EOF.

Related Questions