Available in: Apps (win) Apps (char) Reportwriter RPC Standalone PL X X
power (m, n) numeric m int n
{ numeric m; int n; m = 2; n = 4; printf(power(m,n)); }