C# Quizzes (MCQs)
Level 1 Fundamentals Syntax & Logic
Basics & Syntax Main method, Console I/O, Comments
01_START
Variables Primitive types, Literals, Casting
02_TYPES
Operators Arithmetic, Logical, Ternary
03_LOGIC
Control Flow If/Else, Switch, Pattern Matching
04_FLOW
Loops For, Foreach, While, Break
05_LOOPS
Arrays & Strings StringBuilder, Immutability, Operations
06_DATA_S
Level 2 OOP Core Object Oriented Design
Level 3 Intermediate Collections & LINQ
Level 4 Advanced High Performance & Modern C#