Void Pointer : Void pointer can point to a variable of any data type, from an integer value or a float to a string of characters. The type casting or assignment must be used to turn the void pointer to a pointer of a concrete data type to which we can refer.
No comments :
Post a Comment