How can Bitwise OR operator reresents in .Net??
To which alias name a variable points to if it is declared
as "int" variable??
Answer Posted / 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 View All Answers
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What are actions in mvc?
what is datacontrols?
What is domain class model?
Explain Model, view and Controllers in Asp.Net MVC?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is the need of Action Filters in ASP.Net MVC
How does servicing work for the .net framework 3.0?
What is .net framework in simple terms?
Is razor a server side?
Is .net framework backwards compatible?
what is ssdl?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
what is csdl?
What is the greatest advantage of using asp.net mvc over asp.net webforms?