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
5
- 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