Topicwise MCQs on C# Programming

If you are a Computer Science Engineer then this section is for you. This section focus on all topics of the C# Programming subject. These questions will help you to prepare for interviews, entrance exams, online tests, and semester exams. This also helps you to understand C# Programming deeply. Here, You can practice these MCQs chapter-wise for FREE.

1. C# Programming MCQs on Data Types, Variables and Operators

This part contains C# Programming multiple-choice questions and answers on integer, float, decimal and character data types, variable initialization, bitwise and conditional operators.

  • Integer Data Types
  • Floating and Decimal Data Types
  • Char Types and String Literals
  • Initialization of Variables
  • Type Conversion in Expressions
  • Bit-wise and Conditional Operators



  • 2. C# Programming MCQs on Looping Statements

    This part contains C# Programming multiple-choice questions and answers on do while, for, switch, continue and goto looping statements.

  • For Loop Statements
  • Switch Statements
  • Do While Loop Statements
  • Continue, Goto statements



  • 3. C# Programming MCQs on Classes

    This part contains C# Programming multiple-choice questions and answers on class fundamentals, class methods, constructors and other reference variables.

  • Fundamentals of Class
  • Reference Variables and Assignment
  • Methods in Class
  • Constructors in Class



  • 4. C# Programming MCQs on Arrays and Strings

    This part contains C# Programming multiple-choice questions and answers on array and string operations, comparison, and the usage of ref and out variable arguments.

  • Array and Initialization
  • Basic Operation on Strings
  • String Class with Description
  • Comparison of Strings
  • Operation on Characters
  • Use of Ref and Out Parameters