<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>C - 标签 - LoveIt</title>
        <link>https://zhengqijun0121.github.io/blog/tags/c/</link>
        <description>C - 标签 - LoveIt</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>zhengqijun0121@qq.com (zhengqijun0121)</managingEditor>
            <webMaster>zhengqijun0121@qq.com (zhengqijun0121)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sun, 18 Jan 2026 09:00:00 &#43;0800</lastBuildDate><atom:link href="https://zhengqijun0121.github.io/blog/tags/c/" rel="self" type="application/rss+xml" /><item>
    <title>C 语法详细总结</title>
    <link>https://zhengqijun0121.github.io/blog/001_c%E8%AF%AD%E6%B3%95%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</link>
    <pubDate>Sun, 18 Jan 2026 09:00:00 &#43;0800</pubDate>
    <author>zhengqijun0121@qq.com (zhengqijun0121)</author>
    <guid>https://zhengqijun0121.github.io/blog/001_c%E8%AF%AD%E6%B3%95%E8%AF%A6%E7%BB%86%E6%80%BB%E7%BB%93/</guid>
    <description><![CDATA[<h1 id="c语言语法详细总结基于c11标准工业通用版">C语言语法详细总结（基于C11标准，工业通用版）</h1>
<p>本文全面覆盖C语言核心语法，从基础入门到进阶核心，兼顾<strong>语法规则、用法示例、标准规范与常见坑点</strong>，适配C99/C11/C17主流标准。</p>
<hr>
<h2 id="一c语言程序基础结构与规范">一、C语言程序基础结构与规范</h2>
<h3 id="1-最小程序框架">1. 最小程序框架</h3>
<p>C语言程序由函数、变量、预处理指令组成，<strong>main函数是程序唯一执行入口</strong>。</p>]]></description>
</item>
</channel>
</rss>
