What is the difference between text and binary modes?


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

Post New Answer

More C Interview Questions

Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


What are qualifiers?

0 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,


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


What is a macro, and explain how do you use it?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


write a program to interchange the value between two variable without using loop

1 Answers  


Can a variable be both constant and volatile?

0 Answers  


What are the different types of control structures in programming?

0 Answers  


Categories