Renaming a Datatype using typedef





This video tutorial explains how to give a new name to a datatype in c programming using the typedef keyword.
You are gonna learn why we have to give a new name to a datatype, what is the advantage of using typedef, how to use typedef in detail with example.