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

Aug 7, 2015

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

1