Activity 27.8.
Please write a function
searchNumber()
which decides whether a given digit can be found in the number. The function should take as inputs a pointer to the beginning of a number-linked-list as well as the digit to be searched for, and it should return a pointer to the first location where the digit was found or else, if the digit was not found, the NULL pointer.