FREE TUTORIALS ON C programming

Sunday, January 26, 2014

  #include <math.h>
  #include <stdio.h>

  int main(void)

  {
    double x = 10.0, y = 2.0;

    printf("%f",pow(x,y));

    
    getchar();
    return 0;
  }

12:17 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search