adplus-dvertising
frame-decoration

Question

The maths function acos (x) stands for

a.

Inverse Cosine of x

b.

Inverse Sine of x

c.

Inverse Tangent of x

d.

Floor of x

Answer: (a).Inverse Cosine of x

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++?

Q. Which of the following function returns no value?

Q. A variable that is declared inside a block is called

Q. For accessing a global variable when a local variable of the same name is in scope, C++ provides a

Q. The () parenthesis in a function call

Q. Modules in C++ are called

Q. Which from the following is used for invoking a function?

Q. There are how many ways to invoke a function in C++?

Q. All variables declared in function definition are called

Q. Which operator is used for accessing global variables if the local variable of same name exists in the code?

Q. A function that need no return value, is called

Q. An identifier's scope is

Q. The standard C library file < stdlib.h> is used for

Q. Not initializing a reference variable will cause

Q. In which circumstances the recursion function is called?

Q. Like swap ( ) function if we want to change the value of actual parameter, we must call parameters

Q. The default return type for every function is

Q. A program that tells the compiler the name of the function, the type of function, and about the function parameters

Q. Why a parameter that is passed by value is referred as read only?

Q. Which from the following is not a maths function?