a. Explain Standard Streams and file streams. Differentiate among two types of stream.
b. Write a program in C++ that inputs characters from the keyboard and prints them in reverse case. That is, uppercase prints as lowercase, and lowercase as uppercase. The program halts when a period is typed.
c. What do you mean by Containers? Explain Sequence and Associative containers.