Is it possible to multiply two numbers with out using arithmetic operators using C? Using the left shift operator, I can multiply any number by 2 only. How about other numbers?
Is it possible to multiply two numbers with out using arithmetic operators using C?
Share
1 Answer