Skip to Main Content
Programming and Data Structures
book

Programming and Data Structures

by Ashok Kamthane
August 2009
Intermediate to advanced content levelIntermediate to advanced
604 pages
21h 39m
English
Pearson India
Content preview from Programming and Data Structures
74 Programming and Data Structures
4.3 UNFORMATTED FUNCTIONS
C has three types of I/O functions.
D) C h a ra cte r I/O
E) S tri n g I/O
F) F il e I/O
a) Character I/O
1. g e t ch a r () This function reads character type data from the standard input. It reads one character
at a time till the user presses the enter key.
4.14 Write a program to accept characters through keyboard using getchar I) function.
# include <stdio.h>
xnainO
{
c h a r c h [ 2 0 ] ;
in t 0;
c l r s c r ( ) ;
w hile ( (c h [c ] « g e tc h a r ( ) ) l o '\ n ')
C++;
c h [c ] \0 • ;
p r i n t f ("\n % 8"#ch);
}
OUTPUT;
COMPILER
COMPILER
Explanation In the
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Data Structures and Algorithms

Learning Data Structures and Algorithms

Rod Stephens
Data Structures and Algorithms in C++, Second Edition

Data Structures and Algorithms in C++, Second Edition

Michael T. Goodrich, Roberto Tamassia, David M. Mount

Publisher Resources

ISBN: 9789332506343