How do you redirect a standard stream?


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

Post New Answer

More C Interview Questions

Can two or more operators such as and be combined in a single line of program code?

0 Answers  


Explain what is output redirection?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


Is that possible to store 32768 in an int data type variable?

0 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  






How are structure passing and returning implemented?

0 Answers  


What are the two types of structure?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


shorting algorithmS

0 Answers   Wipro,


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Categories