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

Explain the difference between malloc() and calloc() in c?

0 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


What are types of functions?

0 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  






There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


Explain high-order bytes.

0 Answers  


What is #line in c?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


write a program that accepts 3 numbers from the user. dispaly the values in a descending order.

3 Answers  


What is the difference between printf and scanf )?

0 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


Categories