A

Admin • 802.91K Points
Coach

Q. Which of the following is not a valid storage class in C?

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

Explanation by: Admin
'constant' is not a valid storage class. Valid ones are auto, register, static, extern.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.