Report Bug
Qus : What is the main advantage of using functions?
Qus फंक्शन का उपयोग करने का मुख्य लाभ क्या है?

A. Increases code duplication
B. Reduces code reusability
C. Promotes code reusability and modularity
D. Makes program slower


Solution
C. Promotes code reusability and modularity






Report Bug