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?

Hello reader!

Hello, reader!

It’s the writer of this guide here, Dhruv. You might know me in real life, but if you don’t, don’t worry; it’s not important.

In this guide, I’ll be covering computer science topics that I’ll be studying at university, as well as some additional material not covered in my courses. Instead of writing everything from scratch, I'll be using information available online and tweaking the language to make it easier for you to understand.

We’ll start with C, as that’s what I’m currently learning. I know, I know... we’re skipping the basic introduction to computer science for now, but don’t worry, we’ll get to it later!

NextC

Last updated 9 months ago

Was this helpful?