Vidyalelo
C Programming · Q226

Standard Library Functions

Programming · C Programming · question 226

Q226

The value of tm_isdst is . . . . . . . . when DST( Daylight Savings Time) is in effect, . . . . . . . . when DST is not in effect and . . . . . . . . when the DST status is unknown.

A.
-1, 1, 0
B.
1, 0, -1
Answer
C.
0, 1, -1
D.
1, -1, 0

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board