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 the use .glimpse in mvc?

0 Answers  


What is the difference between model view and controller?

0 Answers  


Mention two instances where routing is not implemented or required?

0 Answers   Infosys,


What is JIT and how is works ?

10 Answers  


What is the domain object?

0 Answers  






Where are the value-type variables allocated in the computer RAM ?

1 Answers  


what is way of loading data in ef (entity framework)?

0 Answers   Microsoft,


mention what is the difference between ado.net and classic ado?

0 Answers   Microsoft,


Can you draw and explain the .NET Farmework?

2 Answers   Bosch,


What is the use of the default route {resource}.axd/{*pathinfo} ?

0 Answers  


How to ensure the credentials for WebService using Windows authentication

1 Answers   Proteans,


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  


Categories