Q:

The initializer may be an arbitrarily complicated expression

0

The initializer may be an arbitrarily complicated expression

All Answers

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

const int i = get_size(); // ok: initialized at run time
const int j = 42; // ok: initialized at compile time
const int k; // error: k is uninitialized const

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