'Number of integers my stack can accommodate

I've just begun to learn programming and learned (a bit) about stacks today. The command ulimit-s is supposed to give the stack size on my machine. It gives me 8192. I think this means 8192 bytes can be allocated in the stack. How many integers does this translate to?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source