1. 

While calling the fprintf() function in the format string conversion specifier %s can be used to write a character string in capital letters.

A. True
B. False

2. 

A text stream is an ordered sequence of characters composed into lines, each line consisting of zero or more characters plus a terminating new-line character.

A. True
B. False

3. 

Offset used in fseek() function call can be a negative number.

A. True
B. False

4. 

We should not read after a write to a file without an intervening call to fflush(), fseek() or rewind()

A. True
B. False

5. 

In a call to printf() function the format specifier %b can be used to print binary equivalent of an integer.

A. True
B. False