Exercise: Forward Declaration¶
Modify power.c
to only declare power()
before the call to
it. Give the implementation after the call, below main()
.
Modify power.c
to only declare power()
before the call to
it. Give the implementation after the call, below main()
.