

InterviewSolution
Saved Bookmarks
1. |
A procedural programming follows ___________ approach.(a) top-down(b) bottom-up(c) left-right(d) right-leftThis question was posed to me during an internship interview.This intriguing question comes from Concepts of OOP in division Information Technology of Computer Fundamentals |
Answer» RIGHT answer is (a) top-down Explanation: A PROCEDURAL programming follows top-down approach. The main FOCUS is on the FUNCTIONS. It has a lot of global variable. |
|