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

"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


What is Heap?

3 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  






what is the use of keyword volatile??

4 Answers   LG Soft,


What is the most efficient way to store flag values?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


64/square(4)

1 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


Categories