creating an integer poiter code example Example: How to use pointers in C myvar = 25; foo = &myvar; bar = myvar;