CHAPTER 10: DEVELOPING UNIX/LINUX APPLICATIONS IN C AND C++
TRUE/FALSE
1. The C language was partly developed to resolve the more lengthy requirements of assembly language.
2. Dennis Ritchie and Brian Kernighan rewrote most of UNIX using C++ in the early 1960s.
3. C can be described as a language that uses relatively short, isolated functions to break down large,
complex tasks into small and easily resolved subtasks.
4. A variable’s data type determines the upper and lower limits of its range of values.
5. The word “null” is used to indicate that a function returns no data.
6. fgetch() reads a single character from the file and points to it.
7. Unlike many other library input functions, readf() can be used to input values of a variety of data
types.
8. C++ uses // to denote a comment line.
MULTIPLE CHOICE
1. ____ is the language in which UNIX was developed and refined.