Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Stack and Queue in C

Great Learning via YouTube

Overview

Dive into a comprehensive tutorial on Stack and Queue data structures in C programming. Learn the fundamental concepts, applications, and implementations of both Stack (LIFO) and Queue (FIFO) using arrays and linked lists. Explore the advantages and disadvantages of each structure, and gain hands-on experience through practical demonstrations. Master the declaration, initialization, and implementation techniques for these essential data structures, enhancing your C programming skills and preparing you for real-world applications in software development.

Syllabus

Course Introduction .
What is Stack ? .
Applications of Stack .
Implementation of Stack using Array - Declaration and Initialization .
Implementation Stack using Array Demo .
Implementation Stack using Linked List - Declaration and Initialization .
Implementation Stack using Linked List Demo .
Advantages of Stack .
Disadvantages of Stack .
What is Queue ? .
Applications of Queue .
Implementation of Queue using Array - Declaration and Initialization .
Implementation Queue using Array Demo .
Implementation Queue using Linked List - Declaration and Initialization .
Implementation Queue using Linked List Demo .
Advantages of Queue .
Disadvantages of Queue .

Taught by

Great Learning

Reviews

Start your review of Stack and Queue in C

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.