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 difference between renderaction and renderpartial?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


What is entity client data provider? : Entity framework

0 Answers  


Explain unit test done by tester on development team?

0 Answers  


how do you mark a property as required? For example, for a project, the name is a required field.

0 Answers   Microsoft,






Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

0 Answers  


What is the meaning of unobtrusive javascript? Explain us by any practical example.

0 Answers  


What is net framework 3.0 ?

0 Answers  


what are abstract classes? what is overriding?

12 Answers  


Which version of the common language runtime (clr) does the .net framework 3.0 use?

0 Answers  


Explain something about model, view and controllers in asp.net mvc?

0 Answers  


What is needed for running an application built on winfx on the .net framework 3.0?

0 Answers  


Categories