operptr.c main() { int x=5, y=6; int *px, *py; px = &x; py = &y;