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

If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


What are two dimensional arrays alternatively called as?

0 Answers  


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

0 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  






What library is sizeof in c?

0 Answers  


Do character constants represent numerical values?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


What is unary operator?

0 Answers  


Where static variables are stored in c?

0 Answers  


How can I use a preprocessorif expression to ?

0 Answers  


Categories