Q:

By implication, a variable that uses auto as its type specifier must have an initializer

0

By implication, a variable that uses auto as its type specifier must have an initializer.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

// the type of item is deduced from the type of the result of adding val1 and val2
auto item = val1 + val2; // item initialized to the result of val1 + val2

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now