Which of the following operators cannot use operator overloading?
C# does not support overloading for logical operator such as &&, || C# does support overloading for operator true/false.