[Solved] I’m trying to do exponent in c, but this is what is get [closed]


You showed us the code from exponente.c (I guess), but the error message in the screenshot says:

error in math.h
included from teorema.c

So you should read the error messages very carefully and look for the buggy code in the other file.

1

solved I’m trying to do exponent in c, but this is what is get [closed]