Posts

Showing posts from February, 2022

Functions | #Tut-06

Image
  So, today we are going to cover very important concept in C programming language which is nothing but the " functions " and " pointers ". Sometimes our program gets bigger in size and it's not possible for a programmer to track which piece of code is doing what.  Function is a way to break our code into chunks so that it is possible for a programmer to reuse them.