Physics, asked by keshavgroup3333, 11 months ago

What is procedure oriented programming? Why C programming is called top down design approach?

Answers

Answered by manojsah7631
0

Structure/procedure oriented programming languages like C programming language follows top down approach. ... Whereas, bottom up approach begins with low level design or development and ends with high level design. In top down approach, main() function is written first and all sub functions are called from main function.

Similar questions