FUNCTIONS Function:-  It is a self contained block of statements and it can be used at several multiple times in a program but defined only once. Library function or Predefined functions:-  The functions which are in built with the C-compiler is called as library functions. Ex:- printf, scanf, getch(), clrscr();Continue Reading