C - fwrite
File Operations in Tamil
C - fwrite
- fwrite function writes the content in the file.
C Syntax
ptr − The pointer to the array of elements to be written.
size − Size of each object
count − The number of the objects
stream − pointer to the output stream
Example
Output
Learn C - C tutorial - C fwrite - C examples - C programs