Computer Science, asked by akshaybasketballplay, 1 year ago

What is major characteristics of procedural programming and modural programming?

Answers

Answered by kanchanauday
7

Explanation:

In procedural language in order to solve given problem we use top down approach and here small part of program we can say function.

In modular programming we use bottom up approach to solve given problem. Here small parts of program we called as modules

Similar questions