This website uses cookies to ensure you get the best experience on our website. Privacy Policy OK

C# Programming Language Quiz

| See more in Computer Programming

C# Quiz by Jazshi Macaraeg

JazshiMacaraeg
Created Date 11.19.19
Last Updated 11.19.19
Viewed 13 Times
Your browser doesn't support HTML5. System.Collections.Generic.List`1[System.String] System.Collections.Generic.List`1[System.String]
submit to reddit

Would you like to build your own game?

It's easy!

Go to the GameBuilder and get started!

Topics of this game:
  • Which of the following variable types can be assigned a value directly in C#?
  • Which of the following is correct about reference type variables in C#?
  • Which of the following converts a type to a small floating point number in C#?
  • Which of the following operator returns the address of a variable in C#?
  • Which of the following access specifier in C# allows a class to expose its member variables and member functions to other functions and objects?
  • Which of the following is true about C# structures?
  • Which of the following is the correct about class member functions?
  • C# does not support multiple inheritance.
  • Which of the following preprocessor directive allows to create a compound conditional directive, along with #if in C#?
  • The System.SystemException class is the base class for all predefined system exception in C#?