15.04.2012, 13:28
Hello,
i need answer, what does a charater array??
I tested it:
It printed me number 66048
What is this? How it works?
Thx for answer
i need answer, what does a charater array??
I tested it:
pawn Код:
new x[1];
x{0} = 0;
x{1} = 1;
x{2} = 2;
printf("%d",x);
What is this? How it works?
Thx for answer