How does bitwise xor work?
Answer / Vikash Kumar Ruhela
Bitwise XOR (^) performs a bit-by-bit comparison of the two operands. If the corresponding bits are different, the result is 1; if they are the same, the result is 0.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you prevent a class from being inherited in c#?
What is using keyword?
What does console readkey do in c#?
What is an inheritance ?Give an example in which inheritance is used?
What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible exception?
Can delegates be used as callbacks?
What is boolean method?
What is a dbml?
What is difference between comparable and comparator?
What is difference between asp net and c# net?
Why do we use class in c#?
c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)