Vidyalelo
Ruby Programming · Q32

File Input Output in Ruby

Programming · Ruby Programming · question 32

Q32

What does the ctime method return in Ruby file I/O?

A.
The last status change time of the file
Answer
B.
The creation time of the file
C.
The last modified time of the file
D.
The last accessed time of the file

Answer: Option A

Solution

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