Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 387
What is the benefit of organizing data into functions?
Answer options
- A. supports using same variable in different modules
- B. supports altering the state of an object
- C. organize code in a reusable way
- D. stores data values of different types
Correct answer: C
Explanation
The correct answer, C, is accurate because organizing code into functions enhances reusability, making it easier to maintain and update. Options A, B, and D describe different aspects of programming but do not specifically convey the main advantage of structuring data into functions.