Sail E0 Webinar
Question
Which of the given option is the correct method for initialization?      
typedef char *string;
Options:
A .  *string *p = Hello";
B .  string p = Hello";
C .  *string p = 'A';
D .  Not more than one space should be given when using typedef
Answer: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers