18.11.2016, 18:51
Hi,
I have variable
new Variableeblaa[ 50 ];
Variableeblaa = "54879845464513";
I try to retrieve
printf("%d", Variableeblaa[ 6 ] );
printf("%d", Variableeblaa[ 5 ] );
But it prints by not that number in that slot
I have variable
new Variableeblaa[ 50 ];
Variableeblaa = "54879845464513";
I try to retrieve
printf("%d", Variableeblaa[ 6 ] );
printf("%d", Variableeblaa[ 5 ] );
But it prints by not that number in that slot