C snippets and C FAQ🔗

🗓 In kb/ snippets/

#code #c

  1. Introduction
  2. Bytes and char
  3. Allocation
  4. True or False
  5. Strings
  6. Sockets and network

Introduction

I love C! It used to be one of the first language I have learnt when I was a child. Even if C is a very easy to learn language, it demands lots of practice to avoid common mistakes. If you are a daily C developper, you will be able to easily remember all of the tricks involved in practicing C.

As I can't be a daily C programmer, I keep this page in order to remember things I have discovered on this fascinating language. Some of them seem trivials but it doesn't harm to start from the basics.

Bytes and char

Allocation

True or False

Strings

Sockets and network