C Lang simple stuff: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2024

  • curprev 22:3522:35, 6 October 2024413vhcu1lq0463ob talk contribs 5,542 bytes +5,542 Created page with "== All C keywords == {| class="wikitable" |auto |break |case |char |- |const |continue |default |do |- |double |else |enum |extern |- |float |for |goto |if |- |int |long |register |return |- |short |signed |sizeof |static |- |struct |switch |typedef |union |- |unsigned |void |volatile |while |} == C Lang basics == === Primitive types === * char: Typically 1 byte in size. It's used to store characters or small integers. * int: The most common integer type, typically at..."