D
designer
Guest
Suppose I want to multiply 2 signed numbers (32 bit signed ints) and
the result is stored in 32 bits only.
So do I have to look at sign of each of the operand to decide the sign
of the result or just truncate the result to 32 bits. What is the
general funda of truncation...
Thanks In Advance
the result is stored in 32 bits only.
So do I have to look at sign of each of the operand to decide the sign
of the result or just truncate the result to 32 bits. What is the
general funda of truncation...
Thanks In Advance