Sie sind auf Seite 1von 1

DATA TYPES:

BASIC:
int %i or %d long int %ld usinged int %u
char %c
float %f or %g
long %ld
double %lf
long double %lf

DERIVED:
Array
Pointer
function

USER DEFINED:

Structure
union
enumerated
typedef

Das könnte Ihnen auch gefallen