Q : Write a function fnpow() in C to compute xy where x is float and y is integer. Function will return the result and takes x, y as arguments.
Answer :
Answer :
#include<stdio.h>
#include<conio.h>
/*============================
Girfa Student Help
User defined pow function
==============================*/