Explain what is the difference between text files and binary files?


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

Post New Answer

More C Interview Questions

For what purpose null pointer used?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


What is #define?

0 Answers  






Which driver is a pure java driver

0 Answers   Vertex,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

0 Answers   TISL,


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Define the scope of static variables.

0 Answers  


How can I manipulate individual bits?

0 Answers  


totally how much header files r in c language

8 Answers   TCS,


Categories