These are declarations of variables. NUM1 is an integer. int_ptr is a POINTER to an integer. To declare a variable to be a pointer, there must be an * in front of the variable name in the declaration. int *int_ptr;