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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment