int i=987987987;
int j= i*10;
int i=987987987;
int j= i*10;
what is the value of j (size of integer is 4 bytes)?
Reveal answer
Fill a bubble to check yourself
int i=987987987;
int j= i*10;
what is the value of j (size of integer is 4 bytes)?