in most programming languages, before you can use any variable, you must include a proclamation header…

in most programming languages, before you can use any variable, you must include a proclamation header definition declaration question 26 the process of breaking down a large program into modules is called decomposing modularization caching fragmentation
Answer
Answer:
- D. declaration
- B. modularization
Brief Explanations:
- In programming, a variable must be declared before use to tell the compiler its type and name.
- Modularization is the process of breaking a large - scale program into smaller, more manageable modules.