Question: 2
What is the output of this program?
#include <iostream>
using namespace std;
int main()
{
int i, j;
j = 10;
i = (j++, ] + 100, 999 + );
cout <<i;
return 0;
}
Answers
Answered by
1
Answer:
I don't know sorry
Explanation:
haaaaaaaaaaa
Similar questions