Line-by-Line Output
fputs( data, fp ) # prints string “data” on stream referenced by fp
puts( data ) # same as fputs( data, stdout ) except a newline
is automatically appended
Previous slide
Next slide
Back to first slide
View graphic version