Sunday, July 12, 2009

Streams and pointers in C?

Are streams in C interchangable with pointers?





For example, can you use a stream to convert data of a string using a pointer address as the location?





How do streams work differently then pointers?

Streams and pointers in C?
stream : continous flow of data


pointer : address pointing to memory where data persent


No comments:

Post a Comment