difference between spiral and waterfall model



difference between spiral and waterfall model..

Answer / kanika

waterfall model is used when the requirement of customer is
known
the waterfall model is a serial sequential model but spiral
model works in a loop
risk factor included in spiral model but not in waterfall
model

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

Explain the difference between getch() and getche() in c?

0 Answers  


What is default value of global variable in c?

0 Answers  


What is 'bus error'?

0 Answers  


WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


How pointers are declared?

0 Answers  






printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


what r the cpu registers r ther?

1 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

0 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


How do we declare variables in c?

0 Answers  


What is the use of gets and puts?

0 Answers  


Categories