anybody write the coding for subtracting two numbers without using minus symbol...................................
Add the negative of the subtrahend.
If it's only for ints look up: ~ (Bitwise Complement)
~ (Bitwise Complement)