What’s the difference between these two declarations?
struct str1 { … } ;
typedef struct { … } str2 ;
Click for Solution
[Insert Code]