I do believe this is a valid use of the reference operator, but don't think it is generally used this way??? void func1( void ){unsigned long temp; ... printf( "value of temp %f ", *(double*)&temp ); ...} I would think usual use would include a void* ..
↧