Report Bug
Qus : What will be the output of : infile.read(2)
Qusनिम्नलिखित कोड का आउटपुट क्या होगा? infile.read(2)

A. Read two words from file
B. Read two line from file
C. Read two character / two bytes
D. count the number of '2' in file


Solution
C. Read two character / two bytes






Report Bug