Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 164

What is a benefit of organizing code into modules?

Answer options

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.