please explain every phase in the "SDLC" in the dotnet.
No Answer is Posted For this Question
Be the First to Post Answer
What does void main return?
what is purpose of fflush(stdin) function
Explain the difference between malloc() and calloc() in c?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Explain in detail how strset (string handling function works )pls explain it with an example.
What is volatile
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
what is different between auto and local static? why should we use local static?
can v write main() { main(); } Is it true?
Write a program to add a given duration with time(24hrs format)
What is pivot in c?
How does memset() work in C?