Name this program two.c. This program willfirst read in a word, then build a linked list to represent theword, and finally print out the linked list in the format asspecified. Code provided may not be modified; only change theindicated portion.
(Basically just make the two functions)
#include <stdio.h>#include <string.h>#include <stdlib.h>typedef struct _letter { char info; struct _letter *next;} Letter;// Build a linked list to represent the specified word.// Return the head of the linked list built.Letter *buildList(char word[]);// Print the linked list.// For example, if the linked list
PayPal Gateway not configured
PayPal Gateway not configured