(Choose 1 answer)
Suppose a source file contains a large number of import statements. How do the imports affect the time required to compile the source file?
A. Compilation takes no additional time.
B. Compilation takes slightly more time.
C. Compilation takes significantly more time.
D. Compilation takes slightly less time.
Exit 24