Google News
logo
CPP - Quiz(MCQ)
Which type of approach is used by the C++ language?
A)
Bottom-up
B)
Top to bottom
C)
Right to left
D)
Left to right

Correct Answer :   Bottom-up


Explanation : Generally, C++ uses the Bottom-up approach while other programming languages like C use the top-down approach.

Advertisement