will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / sujata bastia
This code works fine
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is entity sql? : Entity framework
What is meant by bootstrap in mvc5?
What is basic authentication in web api?
Explain something about model, view and controllers in asp.net mvc?
What is the difference between model and entity?
what is entity graph in entity framework?
Can I add asp.net mvc testcases in visual studio express?
Explain unit test done by tester on development team?
How we can add the CSS in ASP.Net MVC?
Describe the gac in the .net framework.
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
Can I add mvc testcases in visual studio express?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
How large is the .net framework 3.0? Does this change make the release larger?
What are sections?