Notun Açıklaması:
İntroduction to C Programming
bilgisayar programlamanin temelleri ders notu,
içindekiler:
introduction to C programming,
computer program,
the programming process,
problem definition,
program design,
algorithm,
aritmetic operators,
relational operators,
logical operators,
variale types in C,
loops in C,
C operator shorthand,
the special increment&decrement operators,
type conversions,
the conditional operator,
arithmetic operators,
logical operators,
relational operators,
bitwise operators in C,
two-dimensional arrays,
strings in C,
pointer arithmetic,
recursion,
files in C,
reading/writing words,
structures in C,
dynamic memory allocation,
malloc,
calloc,