Vidyalelo
C Programming · Q214

Standard Library Functions

Programming · C Programming · question 214

Q214

Which of the following functions returns a pointer to a string representing the date and time stored in a structure?

A.
ctime()
B.
time()
C.
asctime()
Answer
D.
localtime()

Answer: Option C

Solution

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