Hi all,
What will be difference between "typedef enum" and "enum".
or
difference between “typedef structure" and "structure"
I am going through some code.
in that some place they are using enum without typedef. In some places they are using typedef before enumeration definition.
Kindly provide some reference, for why they are using typedef.
Thanks and regards,
Sukumar
What will be difference between "typedef enum" and "enum".
or
difference between “typedef structure" and "structure"
I am going through some code.
in that some place they are using enum without typedef. In some places they are using typedef before enumeration definition.
Kindly provide some reference, for why they are using typedef.
Thanks and regards,
Sukumar
Comment