write a code to manage a linked list using recursiveapproach.
linkedlist.h 1 include <iostrean> 2 #include “linked list.h” 4 using namespace std; 6 void find(LinkedList& list, char ch) 7 t if (list.find(ch) else cout < ch ee endl; cout «e “found” cout e “did not find ” 12 13 14 15 int main) 17 18 16 ( LinkedList ust list.add(‘x)
OR
OR