What is a \"trap representation\" in C (some examples might help)? Does this apply to C++?
Given this code...
float f=3.5; int *pi
Undefined behaviour to alias a float with a pointer-to-int.