3
Answers

console output for code

Photo of harish reddy

harish reddy

8y
630
1
int x = 6;
Console.WriteLine(x |= 1);
 
Why is the console output 7 for this code? 

Answers (3)