typedef char *string;
a) *string *p = “Hello”;
b) string p = “Hello”;
c) *string p = ‘A’;
d) Not more than one space should be given when using typedef
Which of the given option is the correct method for initialization?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the given option is the correct method for initialization?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!