The keyword Typedef is used to give a new symbolic name for the existing name . Typedef is type definitions make code more readable by giving application-specific names to types. In this example, we will create type definition with structures. The name of type definition of a structure is usually in upper case letters.