Explore topic-wise MCQs in Csharp.

This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Csharp knowledge and support exam preparation. Choose a topic below to get started.

1.

writeline( a + ” ” + this.a);$#

A. Console.Writeline( mybase.a + ” ” + a);
B. console.writeline(a + ” ” + base.a);
C. console.writeline(base.a + ” ” + a);
Answer» C. console.writeline(base.a + ‚Äö√Ñ√∂‚àö√ë‚àöœÄ ‚Äö√Ñ√∂‚àö√ë‚àöœÄ + a);
2.

20 bytes

A. 12 bytes
B. 16 bytes
C. 24 bytes
Answer» D.
3.

10, 20, 30

A.
B. 10, 20, 0
C. compile time error
Answer» D.