answersLogoWhite

0

What is math function in c language?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

Math-It is a Predifined function in c,which is used for all the symbols,formules and other things of maths,this function is also useful when we created any animated prog. with the help of c.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


Call by function in c language?

I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'


What are the library function in c language?

libray in c++


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.


What is function of brack in c language?

Nothing.


Why Clearscreen in c language is used?

'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).


Is combination a library function in c language of programming?

No.


Can you write any c prigramme in c language witthout any function?

No. At minimum, you need to provide a main() function.


Why you use 'integer' before function in C language?

To specify the return-type of the function.


What function is used to perform exponentiation in C language?

You can use the pow() function in math.h.


What are functions in c language?

constants, MAX_(function), etc.


What is the function of stdlibh in c language?

It contains useful declarations.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


A function is one in which the action taken for the true or false case includes yet another IF function?

The operators are &&, &, |, . IF function does not exist in C language. C has if-statements


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().


What is function in c language?

A function is a self contained block of code that perform of particular task.


What is accumulator function in c language?

Normally the return value from the function is through the information from the accumulator.


Why you are using clrscr in c language?

Function 'clrscr' is not part of the C language. Or the standard libraries. It is MS-DOS specific function, use the help for details (clrscr means clear the screen).


Where execution does take start in C language?

It start with function - main()


What is fwrite function in c language?

writes data to a FILE* stream.