English, asked by yugabindu1214, 9 months ago

name the header files to which the following built in function belong :
1) fabs()
2) streat()​

Answers

Answered by sakshidabral27
0

Answer:

HEY!

THE ANSWER WILL BE STREAT HEADER FILE.

HOPE IT HELPS!

PLZ MARK BRAINLIEST!

Answered by AditiHegde
0

Q)Name the header files to which the following builtin functions belons:

1)fabs()

2)stream()

The fabs() function in C++ returns the absolute value of the argument. It is defined in the c math header file andThe Standard C++ I/O stream classes are declared in the iostream header file.

  • The fabs() function is a built-in function in the Python math module. It accepts a number and returns the absolute value of that number as a FLOAT.
  • The absolute value of a number refers to the value of the number without its sign.
  • The fabs() function takes a single argument (in double ) and returns the absolute value of that number (also in double ).To find the absolute value of an integer or a float, you can explicitly convert the number to double.
  • The fabs() function in C++ returns the absolute value of the argument.
  • It is defined in the c math header file.
  • In programming,a stream means the flow of data.
  • Whatever data we use in our  programming flows through a stream
  • The Standard C++ I/O stream classes are declared in the iostream header file.
  • If the stream acts as a source stream for the logic unit, such as data that is transferred to be processed from an input device to the logic unit, it is known as an input stream.
  • If the stream acts as a destination stream for the output device (that is, the data is transferred to produce output at the output device from the logic unit), it is known as an output stream.

#SPJ2

Similar questions