The reason for using pointers in a C program is what? code example Example: How to use pointers in C myvar = 25; foo = &myvar; bar = myvar;