6.12. Glossary¶
- c-string¶
An array of characters that ends with a terminating null character. i.e.
\0
.- member function¶
A function that’s associated with a certain type of object; this function is called a member function of that object.
- stream¶
An abstraction that allows you to send or receive an unknown number of bytes in input or output. It is a metaphor for a stream of water.
- End-Of-File(EOF)¶
A flag at the end of the file to let programs know when to stop.
6.13. Matching¶
-
Q-1: Match the words to thier corresponding definition.
Feedback shows incorrect matches.
- stream
- An abstraction that allows you to send or receive an unknown number of bytes in input or output.
- member function
- A function that's associated with a certain type of object.
- c-string
- An array of characters that ends with a terminating null character.
- End-Of-File
- A flag that lets programs know when to stop.
Before you keep reading...
Making great stuff takes time and $$. If you appreciate the book you are reading now and want to keep quality materials free for other students please consider a donation to Runestone Academy. We ask that you consider a $10 donation, but if you can give more thats great, if $10 is too much for your budget we would be happy with whatever you can afford as a show of support.