A

Admin • 828.03K Points
Coach

Q. What is the result of using uninitialized local variables?

  • (A) 0
  • (B) Random value
  • (C) Compiler error
  • (D) Segmentation fault
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
Local variables have garbage values if not initialized.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.