<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>c-double.com</title><description>c-double.com publishes practical how-to guides and educational articles about c programming.</description><link>https://c-double.com/</link><language>en</language><item><title>How to Compare Strings in C</title><link>https://c-double.com/blog/how-to-compare-strings-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-compare-strings-in-c/</guid><description>Learn the correct way to compare C strings with strcmp and strncmp.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>string comparison</category><category>strcmp</category></item><item><title>How to Compile C Code</title><link>https://c-double.com/blog/how-to-compile-c-code/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-compile-c-code/</guid><description>Compile C source into a working executable with the right flags, files, and troubleshooting steps.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c</category><category>compilers</category><category>programming</category></item><item><title>How to Convert String to Number in C</title><link>https://c-double.com/blog/how-to-convert-string-to-number-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-convert-string-to-number-in-c/</guid><description>Practical C string-to-number parsing with validation, examples, and common pitfalls.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c programming</category><category>string to number</category><category>strtol</category></item><item><title>How to Create a Calculator in C</title><link>https://c-double.com/blog/how-to-create-a-calculator-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-create-a-calculator-in-c/</guid><description>Build a beginner-friendly calculator in C with clear input handling, basic operations, and room to expand.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>calculator tutorial</category><category>beginner projects</category></item><item><title>How to Debug C Programs</title><link>https://c-double.com/blog/how-to-debug-c-programs/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-debug-c-programs/</guid><description>Practical debugging techniques for finding crashes, memory bugs, and logic errors in C.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>debugging</category><category>GDB</category></item><item><title>How to Fix a Segmentation Fault in C</title><link>https://c-double.com/blog/how-to-fix-segmentation-fault-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-fix-segmentation-fault-in-c/</guid><description>Practical steps to diagnose and fix segmentation faults in C programs.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>debugging</category><category>segmentation fault</category></item><item><title>How to Learn C Programming Fast</title><link>https://c-double.com/blog/how-to-learn-c-programming/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-learn-c-programming/</guid><description>A practical guide to learning C with small projects, pointers, debugging, and steady practice.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c</category><category>programming</category><category>beginner</category></item><item><title>How to Practice C Programming</title><link>https://c-double.com/blog/how-to-practice-c-programming/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-practice-c-programming/</guid><description>Practical ways to build C skills through short exercises, debugging, and repetition.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>programming practice</category><category>learn C</category></item><item><title>How to Read a File in C</title><link>https://c-double.com/blog/how-to-read-a-file-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-read-a-file-in-c/</guid><description>Learn the core patterns for safe, reliable file input in C.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>file I/O</category><category>beginner guide</category></item><item><title>How to Sort an Array in C</title><link>https://c-double.com/blog/how-to-sort-an-array-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-sort-an-array-in-c/</guid><description>Learn practical ways to sort arrays in C with manual algorithms and qsort.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c programming</category><category>array sorting</category><category>qsort</category></item><item><title>How to Use Arrays in C</title><link>https://c-double.com/blog/how-to-use-arrays-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-arrays-in-c/</guid><description>Learn C arrays, indexing, loops, functions, and common mistakes.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C</category><category>arrays</category><category>programming</category></item><item><title>How to Use Data Types in C</title><link>https://c-double.com/blog/how-to-use-data-types-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-data-types-in-c/</guid><description>Learn the practical C data types you will use every day, from integers and pointers to structs and enums.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>data types</category><category>beginner guide</category></item><item><title>How to Use double in C</title><link>https://c-double.com/blog/how-to-use-double-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-double-in-c/</guid><description>Learn how to declare, print, compare, and use double values in C safely.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c</category><category>double</category><category>floating-point</category></item><item><title>How to Use File Handling in C</title><link>https://c-double.com/blog/how-to-use-file-handling-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-file-handling-in-c/</guid><description>Learn file handling in C with practical reading, writing, and append examples.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>file handling</category><category>stdio</category></item><item><title>How to Use Floats in C</title><link>https://c-double.com/blog/how-to-use-floats-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-floats-in-c/</guid><description>Learn how C floats work, print them, compare them, and avoid common precision mistakes.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>floats</category><category>precision</category></item><item><title>How to Use Functions in C</title><link>https://c-double.com/blog/how-to-use-functions-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-functions-in-c/</guid><description>Learn how C functions work, how to define them, and how to use them well.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>functions</category><category>beginner guide</category></item><item><title>How to Use Header Files in C</title><link>https://c-double.com/blog/how-to-use-header-files-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-header-files-in-c/</guid><description>Learn how header files organize declarations, shared types, and multi-file C projects.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>header files</category><category>software development</category></item><item><title>How to Use If Statements in C</title><link>https://c-double.com/blog/how-to-use-if-statements-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-if-statements-in-c/</guid><description>Learn C if statements, else if chains, braces, comparisons, and common mistakes with clear examples.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>if statements</category><category>beginner tutorial</category></item><item><title>How to Use Integers in C</title><link>https://c-double.com/blog/how-to-use-integers-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-integers-in-c/</guid><description>A practical guide to integer types, literals, overflow, and everyday C usage.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>integers</category><category>data types</category></item><item><title>How to Use Loops in C</title><link>https://c-double.com/blog/how-to-use-loops-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-loops-in-c/</guid><description>Learn the three C loop types and when to use each one.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>loops</category><category>beginner guide</category></item><item><title>How to Use malloc in C</title><link>https://c-double.com/blog/how-to-use-malloc-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-malloc-in-c/</guid><description>Learn malloc basics, safe allocation patterns, and common mistakes in C.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>malloc</category><category>dynamic memory</category></item><item><title>How to Use Memory Allocation in C</title><link>https://c-double.com/blog/how-to-use-memory-allocation-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-memory-allocation-in-c/</guid><description>Learn malloc, calloc, realloc, and free with practical C examples.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>memory allocation</category><category>dynamic memory</category></item><item><title>How to Use Pointers in C</title><link>https://c-double.com/blog/how-to-use-pointers-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-pointers-in-c/</guid><description>Learn pointers in C with clear examples, memory basics, and common mistakes to avoid.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C</category><category>pointers</category><category>memory</category></item><item><title>How to Use printf in C</title><link>https://c-double.com/blog/how-to-use-printf-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-printf-in-c/</guid><description>Learn the basics of formatted output in C with practical examples.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c programming</category><category>printf</category><category>stdio</category></item><item><title>How to Use scanf in C</title><link>https://c-double.com/blog/how-to-use-scanf-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-scanf-in-c/</guid><description>Learn how scanf reads input in C, with format specifiers, pointers, safety tips, and common mistakes.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c programming</category><category>scanf</category><category>input handling</category></item><item><title>How to Use Strings in C</title><link>https://c-double.com/blog/how-to-use-strings-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-strings-in-c/</guid><description>Learn C string basics, safe input, and core string functions.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c programming</category><category>strings</category><category>memory safety</category></item><item><title>How to Use Structs in C</title><link>https://c-double.com/blog/how-to-use-structs-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-structs-in-c/</guid><description>Learn how to define, initialize, and use structs in C with practical examples.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>structs</category><category>data structures</category></item><item><title>How to Use Variables in C</title><link>https://c-double.com/blog/how-to-use-variables-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-use-variables-in-c/</guid><description>Learn how to declare, initialize, print, and update C variables.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>variables</category><category>beginner tutorial</category></item><item><title>How to Write a C Program</title><link>https://c-double.com/blog/how-to-write-a-c-program/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-write-a-c-program/</guid><description>Learn the structure, compilation, and core building blocks of a first C program.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>C programming</category><category>beginner programming</category><category>software development</category></item><item><title>How to Write to a File in C</title><link>https://c-double.com/blog/how-to-write-to-a-file-in-c/</link><guid isPermaLink="true">https://c-double.com/blog/how-to-write-to-a-file-in-c/</guid><description>Learn how to open, write, append, and close files in C.</description><pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate><category>Educational Blog</category><category>c</category><category>file handling</category><category>programming</category></item></channel></rss>