👤

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​