Question
a.
sine of x where x is in radians
b.
sine of x where x is in degree
c.
cosine of x where x is in radians
d.
cosine of x where x is in degree
Posted under C Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. sin(x) returns
Similar Questions
Discover Related MCQs
Q. cos(x) returns
View solution
Q. Which among the following mathematical function do not have a “double” return-type?
View solution
Q. The function srand(unsigned)
View solution
Q. Which is the best way to generate numbers between 0 to 99?
View solution
Q. The correct way to generate numbers between minimum and maximum(inclusive) is _________________
View solution
Q. rand() and srand() functions are used
View solution
Q. What is the return type of rand() function?
View solution
Q. Which of the following can be used for random number generation?
View solution
Q. Which of the following snippet will effectively generate random numbers?
View solution
Q. Which among the following is correct function call for rand and random?
View solution
Q. For the function call time(), what type of parameter is accepted?
View solution
Q. Which of these is a correct way to generate numbers between 0 to 1(inclusive) randomly?
View solution
Q. The number of digits present after decimal in float is________.
View solution
Q. Which among the following is never possible as an output for float?
View solution
Q. In a 32-bit compiler, which 2 types have same size?
View solution
Q. What is the size of float in a 32-bit compiler?
View solution
Q. Loss in precision occurs for typecasting from____________.
View solution
Q. For union
union temp
{
char a;
int b;
float c;
};
The size is decided by:
View solution
Q. %f access specifier is used for
View solution
Q. Select the odd one out with respect to type?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond C Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!