i just starting to learn c# and cant really understands what this operator do. Can somebody explain in easy language? Below example of my code.
int z = 4;
z &= 599;
Console.WriteLine(z);
i just starting to learn c# and cant really understands what this operator do. Can somebody explain in easy language? Below example of my code.
int z = 4;
z &= 599;
Console.WriteLine(z);