what is the output of the given program
a 7
b 8
c 9
d Error
It is a question from C language
Attachments:
Answers
Answered by
2
Answer:
d) Error
main.c: In function ‘main’:
main.c:5:17: error: lvalue required as increment operand
5 | printf("%d",a+++++b);
Similar questions