Computer Science, asked by ankesh23, 10 months ago

which symbol is used to link function from the system library​

Answers

Answered by empathictruro
3

Answer:

# symbol is used in c, c++

Explanation:

Answered by smartbrainz
2

# symbol is used to link function from the system library

Explanation:

  • Library functions in C language are built-in functions that are grouped together and put in a specific location called a library. Every C library feature performs a particular operation.
  • The entire standard C 'library functions' is declared in many 'header files' that are stored as file_name.h. Such header files are included in our 'C program' using the command "# include < file_name.h >" to make use of the functions that are specified in the header files.

 

To know more

Describe library functions ? Explain any four in detail.

https://brainly.in/question/6018347

Explain library function?

https://brainly.in/question/6203544

Similar questions