Which of the following offset is used with lseek system call to set the offset pointer to the end of the file?
(a) SEEK_SET
(b) SEEK_END
(c) SEEK_CUR
(d) SEEK_CR
The question was asked in a national level competition.
The query is from System Calls Basics topic in section System Programming I – Files of Unix