Can stdout be forced to print somewhere other than the screen?


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

Post New Answer

More C Interview Questions

How can I open a file so that other programs can update it at the same time?

0 Answers  


Why & is used in c?

0 Answers  


Where register variables are stored in c?

0 Answers  


pascal triangle program

2 Answers  


what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 Answers  






a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


What is a good data structure to use for storing lines of text?

0 Answers  


What does return 1 means in c?

0 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


Categories