/* Παράδειγμα χρήσης των δεικτών */ pointer( ) { int test, input; int *m; input = 35; m = & input; test = *m; }