1.

The value returned by the library function mktime(), on failure is _________(a) -1(b) 0(c) 1(d) -2This question was posed to me by my school teacher while I was bunking the class.Asked question is from Date and Time Function topic in chapter C Library of C

Answer»

The CORRECT choice is (a) -1

Easy EXPLANATION - The library function mktime() converts the date and TIME into calendar FORMAT and returns the value -1 on the failure of this action.



Discussion

No Comment Found

Related InterviewSolutions