Commerce

Variables And Constants In C Sharp MCQs

Practice Variables And Constants In C Sharp MCQs for competitive exams.

Variables And Constants In C Sharp MCQs

Practice questions from this topic.

What is the default value of an integer variable in C# if not initialized explicitly?

  1. A. null
  2. B. -1
  3. C. 0
  4. D. 1
Report Error

Which keyword is used to declare a constant in C#?

  1. A. static
  2. B. const
  3. C. volatile
  4. D. None of the above
Report Error