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

why program counter is 16 bit?

3 Answers  


What is the difference between int main and void main in c?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


where do we use volatile keyword?

1 Answers  






which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


What is 1d array in c?

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


What is the best style for code layout in c?

0 Answers  


What is pointers in c with example?

0 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


What is static and volatile in c?

0 Answers  


Categories