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 |
How we can insert comments in a c program?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
What are data breakpoints?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what is the different between data structure and data type?
Explain what is a program flowchart and explain how does it help in writing a program?
Program to write some contents into a file using file operations with proper error messages.
which is the best antivirus and how to update it
What is a method in c?
Three major criteria of scheduling.