Tuesday, April 13, 2021

what do you understand by the run time library in programing language?

What do you mean by the runtime library in programing language?

The run time library

The run time library means that the files which you are using in the program to perform particular or specific task performed by the program includes by the header files. Such as when you are creating the program related to the mathematics functions then you need to apply the header file of “maths.h” which is uses to help in the program and perform a mathematics calculations.

 

what do you understand by the run time library in programing language?

Points to remember for the run time library

  • The run time library is contain files to perform in the program uses.
  • In the library has containing so many files.
  • The files in the library are prewritten form to perform a task in the program during execution.
  • It is uses to perform specific function that the program to create mostly uses for input and output functions.
  • The files are known as the header files which are containing in the library.
  • The most files are commonly used for basic input and output function of the program. Such as standard input output header file or console input and output header file.
  • The header file is uses for high level language such as C, C++ and java etc.

No comments:

Post a Comment