A

Admin • 833K Points
Coach

Q. What is the default storage class in C?

  • (A) auto
  • (B) static
  • (C) extern
  • (D) register
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

Local variables use the 'auto' storage class by default.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.