|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
for printf() and scanf() More...
Data Fields | |
| char | arr [10] |
| int | tos |
| |
| char | stack [10] |
| array stack | |
| int | top |
| stores index of the top element | |
| int | arr [MAX_SIZE] |
| int8_t | stack [20] |
| array stack | |
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