A

Admin • 833K Points
Coach

Q. Which of the following is not a valid pointer type?

  • (A) int *p;
  • (B) float *p;
  • (C) void *p;
  • (D) string *p;
  • Correct Answer - Option(D)
  • Views: 25
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

string is not a valid C type; use char* instead.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.