A

Admin • 833K Points
Coach

Q. Which of the following will declare a pointer to integer?

  • (A) int p;
  • (B) int *p;
  • (C) int &p;
  • (D) int pointer;
  • Correct Answer - Option(B)
  • Views: 22
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

int *p declares a pointer to an integer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.