Ericsson interview question

Order Names (First Name, Last Name) in alphabetical order.

Interview Answer

Anonymous

20 Feb 2019

Wrote the program using List and linq. then explained logic to use string utility functions to manually implement them.