C Interviews
C Interview
typedef is a keyword used in C and C++. It is used to assign alternative name to a type that already exist. It is used for types that are confusing or are likely to have alternative implementations in a program.