which symbol is used to link function from the system library
Answers
Answered by
3
Answer:
# symbol is used in c, c++
Explanation:
Answered by
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