Name: Anonymous 2013-05-15 12:11
How do I use the maximum capacity of any integer's (largest number it can store) as another integer's input?
sizeof (int)
#include <limits.h>
int a = INT_MAX;