Subtraction without minus sign
Posted
by pragadheesh
on Stack Overflow
See other posts from Stack Overflow
or by pragadheesh
Published on 2009-03-31T07:30:03Z
Indexed on
2010/06/09
10:12 UTC
Read the original article
Hit count: 235
How can i do subtraction of integers in C without using either the unary or binary '-' operator?
Or can we do the same for other data types like float/double?
© Stack Overflow or respective owner