FREE TUTORIALS ON C programming

Sunday, January 26, 2014

#include <stdio.h>
#include <math.h> /* needed by sqrt() */

int main(void)

{
  double answer;

  answer = sqrt(100.0);

  printf("%f", answer);

  return 0;

}

12:22 AM   Posted by Unknown with No comments

0 comments:

Post a Comment

Bookmark Us

Delicious Digg Facebook Favorites More Stumbleupon Twitter

Search