The difference between printf and fprintf is ?


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

Post New Answer

More C Interview Questions

program for comparing 2 strings without strcmp()

4 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


What is the meaning of && in c?

0 Answers  


What is a pragma?

0 Answers  


How do you override a defined macro?

0 Answers  






What are derived data types in c?

0 Answers  


Why do u use # before include in a C Progam?

9 Answers   IBM,


What is macro?

5 Answers   IBM,


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


How are strings stored in c?

0 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


Categories