answersLogoWhite

0

What is stream in c?

User Avatar

Anonymous

12y ago
Updated: 8/17/2019

it is a sequence of bytes

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is stream pointer in c?

C does not have stream pointers.


What has the author C E Cushing written?

C. E. Cushing has written: 'Streams' -- subject(s): Stream animals, Stream ecology, Stream plants


What are the predefined stream objects in c?

printer


What is the climate in a stream or river?

a river is colder then a stream b/c one of them is hit with sunlite


What is fwrite function in c language?

writes data to a FILE* stream.


What would not be included in a forest community a a stream b ferns c pine trees d rabbits e a group of deer?

A) stream


What is the five letter word starting with c meaning waterway or stream?

cascade


What is the definition of stream gradient?

A) the distance traveled by water in a channel times a drop in elevation b) the drop in elevation of a stream divided by the distance the water travels c) the water pressure at the bottom of the stream divided by the stream's width d) the increase in discharge of a stream per unit drop in elevation


What has the author C G Cutlip written?

C. G. Cutlip has written: 'The ecological impact of a terrafix crossing upon a freshwater stream'


What is the purpose of including 'iostream.h' in each C program?

It is not anecessary to inlcude iostream in every C++ program, if you are using any Input stream (e.g. cin>>) ot Output stream (e.g. cout<<) functionality, then it's mandatory to include iostream


What are filestream classes in c plus plus?

The file stream classes (ifstream and ofstream) are derivatives of the I/O stream classes (istream and ostream) that are specific to file input and output.


Which stream functions in c plus plus control the formatting of input and output values of a class?

None of them. To control the formatting of your classes, you must overload the stream insertion and extraction operators.