Preview 1
/* p1.c Write a short C program that declares and initializes (to any value you like) a double, an int, and a char. Next declare and initialize a pointer to each of the three variables. Your program should then print the address of, and value stored in, and the memory size (in bytes) of each of the six variables.
Preview 1
Preview 2
Preview 3
Preview 4
Preview 5
Preview 6