Q:

To obtain a declaration that is not also a definition, we add the extern keyword and may not provide an explicit initializer

0

To obtain a declaration that is not also a definition, we add the extern keyword and may not provide an explicit initializer.

All Answers

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

extern int i; // declares but does not define i
int j; // declares and defines j

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