Speaking of Boolean data types, what's different between C# and C/C++ ?
Answer Posted / kirti
There's no conversion between 0 and false, as well as any other number and true, like in C/C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is .edmx file and what it contains?
Can I add asp.net mvc testcases in visual studio express?
Briefly describe the roles of clr in .net framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the difference between partial and renderpartial?
What is ViewData and TempData in ASP.Net MVC?
Explain ASP.NET MVC Identity and Security?
List out few different return types of a controller action method?
what is way of loading data in ef (entity framework)?
What are action filters?
Is .net framework backwards compatible?
how can you enhance the performance of entity framework?
What is the use of display modes?
How to make sure Client Validation is enabled in ASP.Net MVC