int i=987987987;
int j= i*10;  

what is the value of j (size of integer is 4 bytes)?

  1. 1289945278

  2. garbage. Integer j cannot hold such large values

  3. 9879879870

  4. Program is aborted.


Correct Option: A

Find more quizzes: