Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
Stack Struct Reference

for printf() and scanf() More...

Data Fields

char arr [10]
 
int tos
 

‍static array of integers


 
char stack [10]
 array stack
 
int top
 stores index of the top element
 
int arr [MAX_SIZE]
 
int8_t stack [20]
 array stack
 

Detailed Description

for printf() and scanf()

for IO operations for strlen() for isdigit() for exit() for int8_t for assert

for IO operations for strlen(), strcmp() for isalnum() for exit() for uint16_t, int16_t for assert

a globally declared structure with an array and an variable that points to the topmost index of the array

array implementation of stack using structure


The documentation for this struct was generated from the following files: