K
Keith Thompson
Peter Nilsson said:No, it's _almost_ any type. For instance, you generally can't assign a
function
pointer to a void pointer without a cast.
Strictly speaking, you can't do it with a cast (though many compilers
allow it). No conversions are defined between function pointers and
pointers to object or incomplete types.