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

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

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


how to implement stack work as a queue?

2 Answers  






What is typedef?

1 Answers  


How many loops are there in c?

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


What is an arrays?

0 Answers  


what are the advantages & disadvantages of unions?

2 Answers  


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


Categories