b) This header file contains information and declarations used by the compiler when
compiling standard input/output library functions such as printf.
c) This header file contains information that helps the compiler determine if calls to
library functions have been made correctly.
d) This header helps locate bugs in your program at compile time, rather than at
execution time (when errors are usually more costly to correct).
Which statement about trees is false?
a) A tree is a non-linear, two-dimensional data structure.
b) Tree nodes contain two or more links.
c) Binary tree nodes contain two or fewer links.
d) Binary tree nodes contain exactly two links.
Any C program we”ll ever need to build can be constructed from only __________
different control statements combined in only __________ ways.
a) 7, 3
b) 6, 2
c) 7, 2