Social Sciences, asked by maisayantan2968, 1 year ago

What is an top down approch in programming language?

Answers

Answered by chandrahasreddyk
0
Top down approach in programming language is nothing but your program starts Execution from the main() .Compilation process follow some criteria that is

1.main()
2.header files(#include)
3.method declarations if any
4.method definitions if any.
Similar questions