Skip to content

Noé R. Guerra

Programming and a bit more

  • Home

Category: C Language

Creating a stack in C using arrays

What is a Stack in programming? A stack is a linear data structure that allows to access and store values in order LIFO (Last In First Out) or FILO (First In Last Out). The way this structure behaves in programming is similar to that of a stack of objects in the real world, for example,… Continue reading Creating a stack in C using arrays

Published January 19, 2022
Categorized as C Language

  • Facebook
  • Twitter
  • Instagram
  • Email
Noé R. Guerra
Proudly powered by WordPress.