SyntaxFix
Write A Post
Hire A Developer
Questions
Add -lm to your link options, since pow() and floor() are part of the math library:
gcc fib.c -o fibo -lm