Posts Tagged ‘library functions’

  • Functions in C

    Nov 22, 13 • 1646 Views • NotesNo Comments

    In C, there are situations when we may need to execute a particular piece of code more than one time and writing the same code again and again is a time consuming process and also it becomes complex. So in order to resolve this issue C provides a special