Which function sets the file filename’s last-modified and last-accessed times?
A
sets()
B
set()
C
touch()
D
touched()
Correct Answer: touch()
Its prototype is int touch(string filename ]). It returns TRUE on success or FALSE on error.