Create a structure with member variables of your choice and define a structure object as "pointer to structure" & print the size of it + value it is pointing currently
Output:
size of the pointer to the structure is 4 bytes
object pointer 's' to structure student now pointing (null)
Implementation: