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.
The c language does not have template functions. That is a c++ thing.
I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'
libray in c++
The hearing rods for identifier "c" language is the function.
Nothing.
'Clearscreen' is not used in C language. TurboC has a clrscr function (prototype in conio.h).
No.
No. At minimum, you need to provide a main() function.
To specify the return-type of the function.
You can use the pow() function in math.h.
constants, MAX_(function), etc.
It contains useful declarations.
No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.
The operators are &&, &, |, . IF function does not exist in C language. C has if-statements
There is no "power" operator in C or C++. You need to the use the math library function pow().
A function is a self contained block of code that perform of particular task.
Normally the return value from the function is through the information from the accumulator.
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).
It start with function - main()
writes data to a FILE* stream.