C guide
  • Hello reader!
  • C programming
    • C
    • Roadmap
    • Basics
      • Variables in C
      • I/O in C
      • Data types
      • Operators
      • Control Flow
      • Arrays
        • Strings (char arrays)
        • Multidimensional Arrays
    • Functions!
      • Recursion
  • Pointers
    • Pointer-Array Relationship
  • Structures and Unions
  • Dynamic memory allocation
  • File I/O (Input/Output)
  • Advanced topics
  • Debugging & Optimization
  • Practices
  • Cheatsheet
Powered by GitBook
On this page

Was this helpful?

  1. C programming

Basics

Welcome to the Basics section! Here, you'll find fundamental concepts that lay the groundwork for understanding computer science. This is where we start our journey into programming and technology. Let’s get started with the essentials!

PreviousRoadmapNextVariables in C

Last updated 9 months ago

Was this helpful?