ANA1MAE2IN ANA1MAE2IN Computer Science Answered for the following code:1 int a = -1;2 int b = a * 5; 3 printf("a is %d, and b is %d. \n" , a, b) ;what is the output