ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following data type is used to fetch stream of data from network or file?
Correct Answer: C — byte
When input is taken from keyboard or file it is taken in the form of bits by the machine. Byte is a collection of bits that makes user read a character at the output at a time. Usage of byte also saves memory.