1.*string *p = “Hello”;
2.string p = “Hello”;
3.*string p = ‘A’;
4.Not more than one space should be given when using typedef
Answer:2