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

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:

  1. D. declaration
  2. B. modularization

Brief Explanations:

  1. In programming, a variable must be declared before use to tell the compiler its type and name.
  2. Modularization is the process of breaking a large - scale program into smaller, more manageable modules.