Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / pankaj
top-down approach is time consuming type of approach
and bottom-up approach is less time consuming type of approach
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
You want to link a c++ program to c functions. How would you do it?
Why was c++ created?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What is the default width for ouputting a long integer using the insertion operator?
What does it mean to declare a member variable as static?
Will this c++ program execute or not?
Can I uninstall microsoft c++ redistributable?
What is purpose of new operator?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the function of I/O library in C++ ?
What is the average salary of a c++ programmer?
How compile and run c++ program in turbo c++?
What is c++ & why it is used?
Is there structure in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?