Explain how can you restore a redirected standard stream?
No Answer is Posted For this Question
Be the First to Post Answer
write a prgram of swapping with 2 valiables
What is the mean of this statement:: if(int i=0 * i=9)
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain the use of keyword 'register' with respect to variables.
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
what is the use of macro program
Describe dynamic data structure in c programming language?
What is quick sort in c?
What is the maximum length of an identifier?
Meaning of () in c
Define recursion in c.
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402