How can I direct output to the printer?


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

Post New Answer

More C Interview Questions

What does typedef struct mean?

0 Answers  


Explain about block scope in c?

0 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


What is equivalent to ++i+++j?

0 Answers  


What does c mean in standard form?

0 Answers  






what is unsigened char and what is the difference from char

2 Answers  


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


What is the use of sizeof () in c?

0 Answers  


Write a C function to search a number in the given list of numbers. donot use printf and scanf

6 Answers   Honeywell, TCS,


Why do we use main function?

0 Answers  


what is output of the following statetment?Printf(“%x”, -1<<4); ?

5 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


Categories