πŸ’» C Notes

  • Coding C

    Installation

  • Learning C

    Data types C has several types of variables, but there are a few basic types: Integers - whole numbers which can be either positive or negative. Defined using char, int, short, long or long long.