Implement a linear queue library (st_queue.h) of integers using a static impl…
1) Static Implementation of linear queue: A Queue is implemented statically by…