0

pow function accept var ?for example x2=2 ;
int count =2;
pow(count, x);
should return 4 but return other value

Comments
Add Comment