predict the output:
#includestdio.h
int main() {
short i=2300, j=4322;
int ans=i+j;
printf("i+j=%d",ans);
return 0;
}

Posted on by