1.

Consider the following statements char *ptr; ptr = “hello”; cout << *ptr; What will be printed?

A. first letter
B. entire string
C. it is a syntax error
D. last letter
Answer» B. entire string


Discussion

No Comment Found