Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 164
What is a benefit of organizing code into modules?
Answer options
- A. reduces the length of code
- B. enables code to be multifunctional
- C. enables the reuse of code
- D. improves overall performance
Correct answer: C
Explanation
The correct answer is C, as organizing code into modules allows developers to reuse code across different parts of a program or in different projects, which increases efficiency. The other options may be benefits of good coding practices but are not direct advantages of modular code organization.