Types of Function

Saturday, December 26, 2024


Types of Functions :






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
User Defined Functions :
  • Functions that are defined by user are called User defined functions




Bookmark & Share

0 comments:

Total Visits

  © Blogger templates Newspaper by Ourblogtemplates.com 2008

Back to TOP