Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <math.h>
  4.  
  5. int main() {
  6.     printf("%f\n", pow(2, 2));
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement