employer cover photo
employer logo
employer logo

Huawei Technologies

Is this your company?

Huawei Technologies interview question

Write a code to print fibonacci numbers without using a loop.

Interview Answer

Anonymous

3 Dec 2015

I did it using recursion.

3