# include <math.h> # include <stdio.h> int main( ) { float a ; a = pow ( 5.0, 2.0 ) ; printf ( "%f", a ) ; }