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

Why c is a mother language?

0 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


How is a structure member accessed?

0 Answers  






Why ordinary variable store only one value  

0 Answers  


where does it flourished?

0 Answers   Microsoft,


What is double pointer in c?

0 Answers  


N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


what do you mean by defining a variable in our c code?

2 Answers  


How pointer is different from array?

0 Answers  


Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


Categories