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

What is else if ladder?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


coding for Fibonacci.?

1 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 Answers   Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,






#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.

0 Answers  


1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


What is static memory allocation?

0 Answers  


How to print "Hi World" without using semi colon?

6 Answers   Infosys,


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

0 Answers  


Categories