Skip to content

utkarshdubeyfsd/TechnicalExams_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution of technical interview exam questions

  • 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

Output: Count indexes of equal elements in the given array

Output

#dotnet6, #CSharp, #console, #application

About

Count indexes of equal elements in the given array

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages