What is the difference between fread buffer() and fwrite buffer()?


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

Post New Answer

More C Interview Questions

Explain data types & how many data types supported by c?

0 Answers  


Why is void main used?

0 Answers  


How do we print only part of a string in c?

0 Answers  


number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.

3 Answers  


change to postfix a/(b+c*d-e)

8 Answers   Value Labs,






what type of language is C?

13 Answers   Microsoft,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 Answers   Oracle,


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


code for reverse alternate words from astring

1 Answers   IBM,


Write down the program to sort the array.

4 Answers   Impiger,


what are the advantage and disadvantage of recursion

5 Answers  


Categories