The Tech PlatformMar 22C, C++Write Code for a Linked List in C with Functionalities to Add, Delete, and Find NodesA linked list in C is a fundamental data structure used to organize a collection of elements. Unlike arrays, linked lists allow dynamic...