Question

To make numeric literals more readable, C++14 allows you to insert between groups of digits in numeric literals the digit separator ' (a single-quote character).
a. , (a comma)
b. ^ (a caret)
c. ' (a single quote)
d. * (an asterisk)

Answer

This answer is hidden. It contains 19 characters.