A

Admin • 828.03K Points
Coach

Q. An uninitialized pointer in C is called ___.

  • (A) Void pointer
  • (B) Empty pointer
  • (C) Invalid pointer
  • (D) Wild pointer
  • Correct Answer - Option(D)
  • Views: 13
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
An uninitialized pointer in C is called wild pointer. Since, the pointer is initialized it may lead a program to behave wrongly or to crash.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.