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


Please Help Members By Posting Answers For Below Questions

What is c++ redistributable?

617


What are the effects after calling the delete this operator ?

553


Define upcasting.

588


What is insertion sorting?

659


Difference between a copy constructor and an assignment operator.

563






Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

624


What is microsoft c++ redistributable?

608


Define basic type of variable used for a different condition in C++?

660


Difference between pointer to constant and constant pointer to a constant. Give example.

637


A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

1740


What is the difference between the functions memmove() and memcpy()?

626


What is encapsulation in c++ with example?

580


What is the difference between c++ and turbo c++?

584


What is a set in c++?

531


What are libraries in c++?

602