Computer Science, asked by rukmanis09, 1 day ago

1.UP Justify the following statements. 1. iostream is included in the program to store data.​

Answers

Answered by karthikbalajitdm2006
0

m it.

The upper layer performs formatting operations on sequences. These formatting operations are implemented by the istream and ostream classes, which have

Answered by ItzImran
0

★ Header file should be included in every C++ program for input/output functionalities.

★ In simple words, Headerfile includes predefined keywords & functions.

★ If you failed to include <iostream>, an error message will be occur in your cin and cout & you can't get any input and you can't send any output.

Similar questions