Suppose I have
unsigned int x = 0x12a
unsigned char y = 0x000
How can I make x = y? When I try to assign x to y, i get y = 0x02a
Suppose I have
unsigned int x = 0x12a
unsigned char y = 0x000
How can I make x = y? When I try to assign x to y, i get y = 0x02a
Copyright © 2021 Jogjafile Inc.