How can Bitwise OR operator reresents in .Net??
To which alias name a variable points to if it is declared
as "int" variable??



How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is d..

Answer / kaviean

Binary OR operator -> | (single pipe)
eg. varA | varB

"int" is an alias for System.Int32

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

what is an assembly?

11 Answers  


Can I add asp.net mvc testcases in visual studio express?

0 Answers  


What is the difference between model view and controller?

0 Answers  


If I have multiple filters implemented, what is the order in which these filters get executed?

0 Answers  


What are actions in mvc?

0 Answers  


Can we look at the IL for an assembly?

2 Answers  


Is it possible to cancel filter execution?

0 Answers  


What are the components of the .net framework.

0 Answers  


What are the two ways to add constraints to a route?

0 Answers  


how to disable the lazy loading framework?

0 Answers   Microsoft,


Which is the root namespace for fundamental types in .net framework?

0 Answers  


What is difference between razor and web form engine?

0 Answers  


Categories