Showing posts with label math.h in C. Show all posts
Showing posts with label math.h in C. Show all posts

Friday, 7 December 2012

Mathematical functions in C language


Q) Which statement will you add in the following program to work it correctly?

#include<stdio.h>
int main()
{
    printf("%f\n", log(36.0));
    return 0;
}

A. #include<conio.h> B. #include<math.h>
C. #include<stdlib.h> D. #include<dos.h>

Explanation:

Best geography books for UPSC prelims, mains

This post is intended to clear the confusion that prevails among the aspirants over how to prepare for UPSC geography and the best books f...