Aug 22, 2024
printf
: Equivalent to Scratch's say
. Used for output; requires format specifiers like %s
for strings and %i
for integers.#include <stdio.h>
: Includes standard input/output library for functions like printf
.if
, else if
, else
structures for decision-making.while
and for
loops for repetition. do while
for post-tested loops.void
or return types (e.g., int
).else if
statements to avoid unnecessary checks.int
) and Strings: Basic data types in C.char
): Single character data type.ls
, mv
, rm
, cd
for file navigation and manipulation.