Details are as follows:
Struct student *p Pointer to Structure variable: struct structure name * structure pointer variable name.
Running results:
Int *p becomes a pointer to an integer variable:
Compile and run:
Error: Variable types are different. P does not belong to integer variable class pointer.