Answer Posted / 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 View All Answers
Explain how can you be sure that a program follows the ansi c standard?
What is the use of getch ()?
What’s a signal? Explain what do I use signals for?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are the different types of errors?
What is variables in c?
How is pointer initialized in c?
what do the 'c' and 'v' in argc and argv stand for?
Explain how can a program be made to print the line number where an error occurs?
What is wrong in this statement?
What are the advantages of Macro over function?
What is the scope of global variable in c?
How do you generate random numbers in C?
What is the use of define in c?
What is a memory leak? How to avoid it?