please explain every phase in the "SDLC" in the dotnet.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack

6 Answers  


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


How arrays can be passed to a user defined function

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


Why is c called c?

0 Answers  






What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


What is 02d in c?

0 Answers  


Explain what is meant by 'bit masking'?

0 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


why we are using float in C

4 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


Categories