|
Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
to verify assumptions made by the program and print a diagnostic message if this assumption is false. More...
Data Fields | |
| int | capacity |
| int | top |
| to store capacity and top of the stack | |
| int * | arrPtr |
| array pointer | |
to verify assumptions made by the program and print a diagnostic message if this assumption is false.
to provide a set of integer types with universally consistent definitions that are operating system-independent for IO operations for including functions involving memory allocation such as malloc
DArrayStack Structure of stack.