1.
If I want to use the
char
type in C++, what set of symbols must be used?
- ’ ’
- Good job!
- " "
- No, double quotes are only used for string.
- ’ ’ or " " may be used
- No. Only one set of symbols may be used.
- It depends upon the implementation.
- No. The implementation is consistent.
- none of the above
- One of the above is indeed correct.