Examlex

Solved

Which of the Following Statements Is True

question 29

Multiple Choice

Which of the following statements is true ?


Definitions:

Stdin

Standard input is the default source of input for programs and is typically associated with the keyboard.

IBM-Compatible

Refers to personal computers that are compatible with the original IBM PC standard, supporting the same software and hardware standards.

Rewind()

Rewind() is a function used in C to set the file position to the beginning of a file stream.

Fseek()

A standard library function in C that sets the file pointer to a specified location within a file, used for random file access.

Related Questions