# c_qa **Repository Path**: anidea/c_qa ## Basic Information - **Project Name**: c_qa - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-14 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C 语言问答记录 1. [一串数字不输出末尾空格](1printSpace.md) 2. [庄子之棰 float 和 double 精度不同导致的误差](2floatDouble.md) 3. [scanf 中给 double 用 %f 时赋值异常, float lf, char s 同理](3scanfFlfDfCs.md) 4. [gets 不安全,请使用 fgets](4getsFgets.md) 5. [自己编写测试用例的思路](5selfTest.md)