please explain every phase in the "SDLC" in the dotnet.
No Answer is Posted For this Question
Be the First to Post Answer
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
c program to input values in a table(using 2D array) and print odd numbers from them
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
Why pointers are used?
What is a program?
what is the importance of spanning tree?
Is double link list a linear data structure? If Yes, Why?If No, Why?
What does do in c?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is sizeof c?
how the compiler treats any volatile variable?Explain with example.