How can I save the second bit from an int value? Say, we have int a and char* pC.
int a
char* pC
pC = (char*)&a;