Actually I have to submit my assignment over the Binary and Text mode with examples
Differeence between binary mode and text mode in C
Collapse
X
-
Tags: None
-
-
Originally posted by weaknessforcatsYes, I understand. But what is your question exactly?
My question is to explain the difference b/w text and binary file, w.r.t
a) Null character
b) Characrter Storage
c)End of fileComment
-
Originally posted by weaknessforcatsYes, I understand. But what is your question exactly?
My question is to explain the difference b/w text and binary file, w.r.t
a) Null character
b) Characrter Storage
c)End of file
with examplesComment
-
The short answer is that text mode assumes the file is broken into records terminated by a carriage return or maybe a carriage return linefeed. Binary mode just means that all bytes in the file are part of the data.Comment
Comment