Computer Science, asked by angelsinha054, 9 months ago

Predict the output
int a = 6, b=5,c;
c = (a++ % b++)* a + ++a *b++;
Right answer with step by step explanation
I will mark u as brainliest and you’ll get 45 points

Answers

Answered by ItzParth14
5

\huge\underline\bold\red{AnsWeR}

  • As we all know that the printf function returns the numbers of character that is going to print and scanf function returns the number of input given.
Similar questions