What is a File.
What is a Stream and why do I need to learn File Handling in C#.
Stream: A stream is a sequence of bytes traveling from a source to a destination over a communication path.
Two Types of Stream:
1. Input Stream: used Read Operation.
2. Output Stream: used Write operation.