Which datatype is used in order to fetch stream of data?
Answers
Answered by
9
Answer:
Files don't have a data type. Functions, classes, enumerations and variables are all examples of data types. We may use a stream to represent a file, but a stream is no more a file than a file is a stream. A stream is merely an abstraction that can be used to represent any device that requires buffered input and/or output of character sequences.
Answered by
0
Explanation:
datatype is used in order to fetch stream of data
Similar questions