What is the output of the following code?
#includestdio.h
int main(){
int x=3,y=2;
printf("%d\n",-(-x-y));
return 0;
}

Posted on by