Difference between Top down and bottom up approaches for a
given project ?
Answer Posted / arjun rajput
the basic difference is that generally Top down approach is occered in C and not in c++
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What are the stages in the development cycle?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
How many namespaces are there in c++?
What are features of c++?
What is a pointer how and when is it used?
What are 2 ways of exporting a function from a dll?
Tell me difference between constant pointer and pointer to a constant.
Can you pass an array to a function in c++?
What is the use of string in c++?
What does new in c++ do?
How to declare a pointer to an array of integers?
Why do we need c++?
What is class and structure in c++?
Are php strings immutable?
Differentiate between an inspector and a mutator ?