What is the output of this program?

#includeiostream
using namespace std;
main(){
int i= 13,j= 60;
i=j;
j=i;
i=j;
Couti" "j;
}

Posted on by