- Difference between prefix and postfix operator
- ++u = prefix = Increment happens on the variable first.
- u++ = postfix = Increment happens after variable’s value is used.
- Arithmetic Exception
- The == Operator compares the reference identity while the Equals() method compares only contents.
- Count indexes of equal elements in the given array
#dotnet6, #CSharp, #console, #application