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

How does the .net framework 3.0 relate to windows vista?

0 Answers  


Can we access the web controls in a page pre initialising event?

2 Answers  


What is Dependency Injection in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Does Tempdata hold the data for other request in ASP.Net MVC?

0 Answers  


Can we have enum in entity framework?

0 Answers   Microsoft,






What is the advantage of mvc?

0 Answers  


Explain encapsulation

1 Answers   HPCL, Hughes Systique Corporation,


In which assembly is the mvc framework defined?

0 Answers  


Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?

1 Answers  


In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?

0 Answers  


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


what is the additional features in 1.1 rather than 1.0

1 Answers  


Categories