In a modular programming approach problem is further divided into _____.
2021
In a modular programming approach problem is further divided into _____.
- A.
Question
- B.
Solution
- C.
Modules
- D.
Object
Attempted by 265 students.
Show answer & explanation
Correct answer: C
Modular programming is a design technique where complex problems are broken down into smaller, manageable parts. These distinct functional units are specifically called modules within the programming paradigm.