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

How to implement a packet in C

0 Answers   Aricent,


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


What is else if ladder?

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


Explain what is the difference between null and nul?

0 Answers  






Is it cc or c in a letter?

0 Answers  


Why we use conio h in c?

0 Answers  


Define recursion in c.

0 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


Write any data structure program (stack implementation)

1 Answers   HTC,


Categories