In C every variable must be declared according to the type of value the variable stores. Since pointer variable contain addresses that belong to a seprate data type, they must be declared as pointers before we use them. The syntax of declaring...