Home » C++ Programming » Interfaces » Question
  1. What is the ability to group some lines of code that can be included in the program?
    1. modularization
    2. program control
    3. macros
    4. specific task
    5. None of these
Correct Option: A

Modularization is also similar to macros but it is used to build large projects.



Your comments will be displayed only after manual approval.