Types of Function
Saturday, December 26, 2024
Library Functions :
- C library functions are the built-in functions that are accompanied along with the C Compiler
- They are defined and declared in their respective header files,they are the readily available functions which can be used directly without we writing a code for it.
- Example : printf() and scanf () are the formatted input and output functions which are declared and defined in the header file
- Functions that are defined by user are called User defined functions

Bookmark & Share
0 comments:
Post a Comment