Share this post! | Vote this! |
|
First of all we need to learn about streams in C Programming. All C
Programming input and output is done with streams, no matter where input
is coming from or where output is going to. This is the standard way of
handling all input and output and has definite advantages for the
programmer. A library package has been evolved which is known as known
as the ?Standard I/O Library? which is used in any C program by using
stdio.h header. Of course, now that we know its importance, it is
essential that we understand what streams are and how they work. First,
however, we need to understand exactly what the terms input and output
mean in context of C.
The C programming language provides input and
output support using library functions, which gives an advantage to
system designers to tailor their input and output on their own. more...
0 comments:
Post a Comment