?
Which function sets the file filename’s last-modified and last-accessed times?
Answer & Solution
Correct Answer:
Option
C
Its prototype is int touch(string filename [, int time [, int atime]]). It returns TRUE on success or FALSE on error.
Join the Discussion
Login to post a comment or share your explanation.
Login