168k views
0 votes
What is library function? list any three library function​

1 Answer

2 votes

Answer:

Library Functions: Library functions are the ones which are predefined functions.

Step-by-step explanation:

Library Functions must be used along with the appropriate header files .

Header files contains the signature of library functions.

Using these functions it reduces the time of the programmer .

List of some library Functions:(in C Language)

  1. printf()
  2. scanf()
  3. sqrt()
  4. strcpy()
  5. strcmp()

User Jtam
by
4.8k points