Google News
logo
Perl - Quiz(MCQ)
Which of the following function returns a single character from the specified FILEHANDLE, or STDIN if none is specified?
A)
seek
B)
getc
C)
close
D)
None of the above.

Correct Answer :   getc


Explanation : The getc function returns a single character from the specified FILEHANDLE, or STDIN if none is specified.

Advertisement