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

Explain the difference between call by value and call by reference in c language?

0 Answers  


write a program to remove duplicate from an ordered char array? in c

2 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


What is 1d array in c?

0 Answers  






a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


What is an example of structure?

0 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


How macro execution is faster than function ?

0 Answers   Wipro,


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


When should a type cast be used?

0 Answers  


Categories