Explain how can you restore a redirected standard stream?


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

Post New Answer

More C Interview Questions

Are there constructors in c?

0 Answers  


What is array within structure?

0 Answers  


how to get starting address of a running C program

3 Answers  


program for comparing 2 strings without strcmp()

4 Answers  


what is the use of fflush() function?

2 Answers  






write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 Answers   Bosch, College School Exams Tests,


convert 12345 to 54321 withoutusing strig

5 Answers  


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 array?

0 Answers  


What is the benefit of using #define to declare a constant?

0 Answers  


How do you construct an increment statement or decrement statement in C?

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


Categories