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 way of loading data in ef (entity framework)?

0 Answers   Microsoft,


What are attributes

1 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  


About DTS package ?

1 Answers   Accenture, Grafotech,


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

0 Answers  






What is RouteConfig.cs in ASP.Net MVC 4?

0 Answers  


What is the use of dataadapter ?

5 Answers   Arvato,


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


What is the "helperpage.isajax" property?

0 Answers  


What is the common property in .net?

1 Answers   Nth Solution,


What's different about namespace declaration when comparing that to package declaration in Java ?

1 Answers   Infogain,


Is it possible to share a view across multiple controllers?

0 Answers  


Categories