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 |
What are control structures? What are the different types?
What Is The Difference Between Null And Void Pointer?
how to find the kth smallest element in the given list of array elemnts.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
what is the difference b/w NULL and null?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is #include stdio h and #include conio h?
whats the use of header file in c?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Is it possible to initialize a variable at the time it was declared?
what is pointer?
13 Answers HCL, TCS,