I don't know how to find max t of array. I know now is to big and it crash, but i want to do that program will show me the exact number of max t. Please help.
(Sory for my english)
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <stdio.h>
int main()
{
int i;
char t[100000000];
for(i=0;i< t ; i++)
{
printf("%d it work \n",t[i]);
}
return 0;
}