2er Komplement
-> Bit Flip
-> +1
Shell Commands
< >
VAR=
;
&&
||
|
()
{}
Name() { cmd [;] }
if true ; then echo ja ; else echo nein ; fi
Kontrollfluss
if-else
switch
while
for
do-while
goto
break
continue
Variablen Denklaration
auto |
register |
static(nur sichtbar im Block, initial null, bleibt bei Wiedereintritt erhalten) |
extern(übers gesamte Programm sichtbar, initial 0, bleibt erhalten) |
typedef
Funktionszeiger
Funktionsbibliotheken
string.h
ctype.h
math.h
stdlib.h
stdio.h
Last changed2 years ago