What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
The correct answer is A
Please Register/Login to Download Question