Computer Science, asked by rk1927296, 15 days ago

1 include
2.
3 int main() {
int a = 3, b = 4;
int "p = &a, *q = &b;
6
int cs
c = *q *p++ + ++a / b--;
printf("%d9%d$%d", a, b, c);
return 0;
9
18 ]

Answers

Answered by avnishukla1725
0

Explanation:

please mark me branlist

Attachments:
Similar questions