Computer Science, asked by jainhimika5234, 1 year ago

What is type def in c language

Answers

Answered by trumo
0

typedef is a keyword used in C language to assign alternative names to existing datatypes. Its mostly used with user defined datatypes, when names of the datatypes become slightly complicated to use in programs. Following is the general syntax for using typedef,

Similar questions