#include <math.h> float f(int a, int b) { return pow(a, b);} int main() { printf("%f", f(3,3));}
Standard input is empty
27.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!