Question
a.
Inverse Cosine of x
b.
Inverse Sine of x
c.
Inverse Tangent of x
d.
Floor of x
Posted under Object Oriented Programming Using C++
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. The maths function acos (x) stands for
Similar Questions
Discover Related MCQs
Q. Which from the following is not a storage class specifier in C++?
View solution
Q. Which of the following function returns no value?
View solution
Q. A variable that is declared inside a block is called
View solution
Q. For accessing a global variable when a local variable of the same name is in scope, C++ provides a
View solution
Q. The () parenthesis in a function call
View solution
Q. Modules in C++ are called
View solution
Q. Which from the following is used for invoking a function?
View solution
Q. There are how many ways to invoke a function in C++?
View solution
Q. All variables declared in function definition are called
View solution
Q. Which operator is used for accessing global variables if the local variable of same name exists in the code?
View solution
Q. A function that need no return value, is called
View solution
Q. An identifier's scope is
View solution
Q. The standard C library file < stdlib.h> is used for
View solution
Q. Not initializing a reference variable will cause
View solution
Q. In which circumstances the recursion function is called?
View solution
Q. Like swap ( ) function if we want to change the value of actual parameter, we must call parameters
View solution
Q. The default return type for every function is
View solution
Q. A program that tells the compiler the name of the function, the type of function, and about the function parameters
View solution
Q. Why a parameter that is passed by value is referred as read only?
View solution
Q. Which from the following is not a maths function?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Object Oriented Programming Using C++? 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!