Programming Interview Questions
Linked Lists
More examples on linked lists
Question: Write a struct that could be used for a linked list implementation.
Question: Implement an insert function for a linked list.
Strings
Question: Reverse words in a string
Question: How can you reverse a string?
Question: Strip whitespace from a string in-place