+ 2
What are the binary files?
2 odpowiedzi
+ 15
Binary files are used to store data, especially for audio, video, or images. Binary files take less storage space and are easy to exchange between different storage mediums. Read, write and seek operations can be performed on binary files with the help of fread(), fwrite() and fseek() functions, respectively in C language.
+ 1
0001 0010 0100 0110 1010 1 2 3 4 5 ..... binary, decimal, hexadecimal & octal value......