[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Basic Concepts - Discussion

Home > C Programming > Basic Concepts > MCQs Questions Discussion

70 / 90

Choose the correct option.

C programming approach is

ATop down

Bbottom up

Cboth topdown and bottom up

Dnone of the above

Answer: Option (Login/Signup)

Show Explanation

C programming follows Top-down approach. It basically aims at decomposing solution into modules in a hierarchical manner.

The basic task of a top-down approach is to divide the problem into tasks and then divide tasks into smaller sub-tasks and so on. In this approach, first we develop the main module and then the next level modules are developed. 

Asked In ::

Post Your Answer Here:     

Reply    
Rate This: +0 -0
    Report


Report Error

Please Login First Click Here