November 2001
Beginner
1128 pages
29h 12m
English
| 1: | What kinds of functions are good candidates for inline status? |
| A1: | Short, non-recursive functions that can fit in one line of code. |
| 2: | Suppose the song() function has this prototype:void song(char * name, int times);
|
| A2: |
|
| 3: | Write overloaded versions of iquote(), a function that displays its argument enclosed in double quotation marks. Write ... |
Read now
Unlock full access