Question: Define I/O and identify some of the elements needed in C++ that would use input or create output. Remember that input is not just from
Define I/O and identify some of the elements needed in C++ that would use input or create output. Remember that input is not just from your keyboard and can be from a file or database. Additionally, output isn’t necessarily to a screen or a printer and can be to a file or a database. If you can’t think of any examples from the text or your own experiences, visit this Sample C++ Source Code website. You can use examples for any situation or device
Step by Step Solution
3.50 Rating (157 Votes )
There are 3 Steps involved in it
To understand IO in C lets break it down Step 1 Definition of IO IO or InputOutput refers to the communication between a computer program and the exte... View full answer
Get step-by-step solutions from verified subject matter experts
