Avatar of sachinjamdhade
sachinjamdhade

asked on 

File I/O in C

How can we output fixed no. of bytes to a file in C ? e.g 'long int' datatype is 8 bytes, how can we output only 6 bytes to a  file ?
What are the formatted File I/O functions avaialble when programming on UNIX in C ?
C

Avatar of undefined
Last Comment
brettmjohnson

8/22/2022 - Mon