int calc(int p, int n){int q;q=pow(p,n);return(q);}Optionsa) p and nb) p,n, and qc) qd) Cannot be determined without the main() functionAnswer : b) p,n, and q