Which is the valid declaration? June 6, 2022 by admin โช Choose the correct option.Which is the valid declaration?A. #typedef struct { int i;}in;B. typedef struct in {int i;};C. #typedef struct int {int i;};D. typedef struct {int i;} in; Submit Answer