<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>File IO on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/file-io/</link><description>Recent content in File IO on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 03 Nov 2025 01:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/file-io/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 9: File I/O: Interacting with Files</title><link>https://ai-blog.noorshomelab.dev/c-programming-guide/file-io/</link><pubDate>Mon, 03 Nov 2025 01:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/c-programming-guide/file-io/</guid><description>&lt;h1 id="chapter-9-file-io-interacting-with-files"&gt;Chapter 9: File I/O: Interacting with Files&lt;/h1&gt;
&lt;p&gt;Most programs need to interact with the outside world, and often this means reading data from or writing data to files on a storage device (like an SSD or hard drive). This allows your programs to store persistent data, process large datasets, or communicate with other applications.&lt;/p&gt;
&lt;p&gt;In C, file input/output (I/O) is handled through a set of standard library functions declared in &lt;code&gt;&amp;lt;stdio.h&amp;gt;&lt;/code&gt;. This chapter will cover:&lt;/p&gt;</description></item></channel></rss>