1. Write a program to create a linked list of two nodes containing a data fi eld of type short and the next field. Populate the two nodes with keyboard input and malloc, and print their contents.
2. Modify Program C16.11to repeat the exercise for n nodes where n is keyed in by the user. Print the contents of the list in reverse order.
3. The preprocessor (A) edits the source code, (B) expands all macros, (C) inserts contents of other fi les, (D) all of them.