Which statement about scan sets is false?
a) A scan set is a set of characters enclosed in parentheses and preceded by a percent
sign in the format control string.
b) A scan set scans the characters in the input stream looking only for those characters
that match the characters contained in the scan set.
c) Each time a character in the input stream matches a character in the scan set, the
input stream character is stored in the scan set’s corresponding argumenta pointer to a
character array.
d) The scan set stops inputting characters when a character that is not contained in the
scan set is encountered.
Strings can not
(a) be initialized using string literals
(b) end in a character other than the null character
(c) be initialized with initializer lists
(d) be treated as arrays of characters
Q1: The relationship between function templates and function-template specializations
is most similar to the relationship between: