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 |
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
What is the difference between printf and scanf in c?
how to create c progarm without void main()?
What is getch?
What is boolean in c?
how to determine the complexity of an algorithm as log(n)
how to capitalise first letter of each word in a given string?
write a program to sort the elements in a given array in c language
simple c program for 12345 convert 54321 with out using string
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile