What is an top down approch in programming language?
Answers
Answered by
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.
1.main()
2.header files(#include)
3.method declarations if any
4.method definitions if any.
Similar questions
Social Sciences,
8 months ago
Math,
8 months ago