Evo pošto je hitno:
Code:
#include <math.h>
#include <stdio.h>
void main( void )
{
double x = 2.0, y = 3.0, z;
z = pow( x, y );
printf( "%.1f to the power of %.1f is %.1fn", x, y, z );
}
Samo, ne kaže se "na snagu" nego "stepen". Eh, ta emigracija... :)