Business Studies, asked by akashmore95, 6 months ago

8) What is a compilation unit?​

Answers

Answered by krishkumar3106
1

Answer:

A compilation unit is C source code that is compiled and treated as one logical unit. The compilation unit is usually one or more entire files, but can also be a selected portion of a file if, for example, the #ifdef preprocessor directive is used to select specific code sections.

Answered by shacha12Yahooin
0

Answer:

A compilation unit refers to a C source code which is compiled and treated as a single logical unit. It is generally one or more complete files; however, it also may be a certain part of a file if the #ifdef preprocessor directive is applied to choose specific code sections.

Explanation:

please mark as brainliest....

Similar questions