Be Careful!!!
Note : by declaring a pointer as
is declaring a general purpose pointer that can point to
any data type irrespective of its type. It is possible to
assign the address of an int, float etc., to the same
pointer variable, this eliminates the need to declare a
separate pointer variable for each data type.