C ProgrammingLesson 5: I/O & Data Types
IntroductionIf you need to do anything useful with programs then you will need to provide information to the user, and perhaps get some information from the user. In addition, you will need to know something about how data is stored, represented, and can be displayed. |