I have the following code:
float fNum1 = 3333333; // a number greater than 255 uint8_t uNum1 = 0; memcpy(&uNum1, &fNum1, sizeof(fNum1)); // Questions