0% found this document useful (0 votes)
65 views1 page

6 Basic I-O

This chapter covers basic input and output in C including printf for output, character-based input and output, reading lines of input, and reading numeric values. It introduces printf, character input/output, functions for reading entire lines of text, and methods for reading different numeric data types from user input.

Uploaded by

gdskumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

6 Basic I-O

This chapter covers basic input and output in C including printf for output, character-based input and output, reading lines of input, and reading numeric values. It introduces printf, character input/output, functions for reading entire lines of text, and methods for reading different numeric data types from user input.

Uploaded by

gdskumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Chapter 6: Basic I/O

So far, we've been using printf to do output, and we haven't had a way of doing any
input. In this chapter, we'll learn a bit more about printf, and we'll begin learning about
character-based input and output.

6.1 printf
6.2 Character Input and Output
6.3 Reading Lines
6.4 Reading Numbers

You might also like