Computer Science, asked by suparnadeshmukh1851, 11 months ago

Which symbol is used to link functions from the system library in c language?

Answers

Answered by parteek51
6

Answer:

Explanation:

Binary

Answered by archana2025
2

Answer:

Functions are available in a number of libraries. These are accessed by including header files in your code; the header file is a pointer/reference to the library. Library functions include standard input/output (stdio.h), string manipulation (string.h), math functions (math.h), and date and time functions (time.h).

Similar questions