int main()
{
int x=5;
int y=(--x) +(--x) + (x=10);
return 0
}
Answers
Answered by
0
Similar questions