int i=987987987; int j= i*10;
what is the value of j (size of integer is 4 bytes)?
1289945278
garbage. Integer j cannot hold such large values
9879879870
Program is aborted.