Predict the output:
include iostream
using namespace std;
void main() {
int i=0;
i=i+1;
couti:
print i \*//i=i+1
cout++i;
}

Posted on by