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
How can I tell what .net framework is installed?
What is Peek method in Tempdata in ASP.Net MVC?
Explain test driven development (tdd) ?
what is deferred loading(lazy loading)?
What is .net architecture and framework?
In Server how to check whether model has error or not in ASP.Net MVC
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
How to Redirect Tracing to a File
What is entity sql? : Entity framework
What is a model in programming?
How do I use partial view?
How to change the action name in ASP.Net MVC?
When will the .net framework 3.0 be released?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
How we can register the Area in ASP.Net MVC?