Computer Science, asked by deblinamitra28, 5 months ago

int a= -1;
int b=a*5
Printf("a is %d, and b is %d.\n",a,b);​
what is the output??

Answers

Answered by demobectranuser121
2

Answer:

mark me as brainlist answer

Explanation:

int a= -1;

int b=a*5

Printf("a is %d, and b is %d.\n",a,b);

what is the output??

Similar questions