Computer Science, asked by vikramsamlehri1, 11 months ago


"The Emperor of All Maladies: A Biography of cancer", won Pulitzer Prize for general
non-fiction. The author of the book is-
(a) Paul Theroux
(b) Siddhartha Mukherjee
(c) Zareer Masani
(d) Arvinda Adiga
TILAT​

Answers

Answered by Anonymous
0

Answer:

The sin() function returns the sine of an argument (angle in radians). It is defined in math.h header file. The return value of sin() lies between 1 and -1.

...

Example: C sin() function

#include <stdio.h>

#include <math.h>

int main()

{

double x;

Similar questions