Top

Discussion

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

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

Answer: B

No answer description available for this question.
 

No comment is present. Be the first to comment.
Loading…

Post your comment