Computer Science, asked by sanketkurane0707, 4 months ago


a) Which of the following approach is adapted by ‘C++?.
i) Top-down
ii) Bottom-up
iii) Right-left
iv) Left-right​

Answers

Answered by SwarnaS
0

Answer:

bottom up

explanation:

Because main function define after define of class but compiling process start from main function. Invoking object call function from classes.

Similar questions