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
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is rvalue?
What's the "software peter principleā?
Is dev c++ a good compiler?
Show the declaration for a static member variable.
Do class declarations end with a semicolon?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain what is oop?
What is stl containers in c++?
How do I download c++?
How can a called function determine the number of arguments that have been passed to it?
Explain storage qualifiers in c++.
What is a constant? Explain with an example.
what is a class? Explain with an example.