1.typedef char [] string;
2.typedef char *string;
3. typedef char [] string; and typedef char *string;
4.Such expression cannot be generated in C
Answer:2