what is a pointer in c what is its use code example Example: How to use pointers in C myvar = 25; foo = &myvar; bar = myvar;