yashsn / HacktoberFest23

Easy repo for hacktober fest 2023 #hacktoberfest #hacktoberfest-accepted
1 stars 10 forks source link

Create Queue_operations.c #13

Closed pranjal369 closed 1 year ago

pranjal369 commented 1 year ago

In C language, queues can be implemented using arrays or linked lists. Here, I will show you the implementation of basic queue operations using arrays.