- , . , undefined C/++ , , . , , .
, Jon Skeet, , C. , , unsigned long * float * .
( undefined) char*, char* :
unsigned long ul = 0x40A00000;
float f;
char *pul = (char *)&ul;
char *pf = (char *)&f;
memcpy(pf, pul, sizeof(float));
, union. cellperformance.com :
. , .