1.

Which of the given option is the correct method for initialization?

A. *string *p = “Hello”;
B. string p = “Hello”;
C. *string p = ‘A’;
D. Not more than one space should be given when using typedefView Answer
Answer» C. *string p = ‘A’;


Discussion

No Comment Found