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 |
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
what is d pitfalls of registers variables
What are the different flags in C? And how they are useful? And give example for each in different consequences?
Explain what is the heap?
Write a C program to perform some of the operation which can be performed using Single linked list
When do we get logical errors?
WAP to accept first name,middle name & last name of a student display its initials?
Explain what is the benefit of using an enum rather than a #define constant?
What are different types of pointers?
Why do we use & in c?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What does the function toupper() do?