photo

Henry


Last seen: 11 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


What is the difference between int8(0x98), uint8(0x98), typecast(uint8(0x98), 'int8')
>> A=int8(0x98) A = int8 127 >> B=uint8(0x98) B = uint8 152 >> C=typecast(uint8(0x98), 'int8') C = int8 ...

1 year ago | 2 answers | 0

2

answers