Qualcomm Interview Question

Live code a function that gets the n'th number in the Fibonacci sequence.

Interview Answer

Anonymous

Apr 18, 2024

Pretty standard answer, I chose C, could have probably have used C++