can someone help me with this problem in C?
I'm new here I need help please help me with this question below.
Create a C program that performs a lookup for an X element in a queue
static. It is important to note that only the operations: queuing and unqueuing are allowed.
Print the position of element X in the queue if found or print the message "Element
not found”, otherwise.