Garmin interview question

In C, write a function that takes a 16 bit integer as input and outputs it's ascii value

Interview Answer

Anonymous

7 Aug 2015

In C, write a function that performs exponential multiplication without the use of multiplication

1