Blah Blah..

Something really wrong with the internet these days, to much bull$hit messages.

After many hours searching and reading "riddle" posts, like those above: problem solved using some logic.

I will put here for countless others with the problem that I saw posting online:

Code:
#include <stdio.h>

int main()
{
intArry[3];
charArry[4]; // Allow one extra for NULL terminat

scanf("%s", charArry);

for (i=0;i<3;i++)
{
intArry[i] = charArry[i] - 48; //Here is the magic, just look at ASCII table to see how its work
}
Once again, thanks for your bull$hit answers!

Thread closed