Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
for printf() and scanf() More...
Data Fields | |
char | arr [10] |
int | tos |
| |
int | arr [MAX_SIZE] |
int | top |
for printf() and scanf()
a globally declared structure with an array and an variable that points to the topmost index of the array