Answer:
1. Start.
2. Start to read the list of names name[]
3. Set name as
4. Set length as O
5. For each name in the list:
6. If the length of the current name is greater than length, then go to step eight, else go step 10.
7. Set length as the length of the current name
8. Set name as the current name
9. Advance to the next name
10. End the loop
11. Display name
12. Stop.