struct temp { int n; }; typedef struct temp TEMP;
typedef struct temp { int n; }TEMP;
Option A, B and C is correct syntax to use typedef for struct.
Previous Question Next Question
Your comments will be displayed only after manual approval.