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 .net framwork?
How route table is created in ASP.NET MVC?
Why should we go for entity framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is ViewStart Page in ASP.Net MVC?
What is action methods in web api?
What is .net framework in simple terms?
Name a few different return types of a controller action method?
What is domain class model?
What are child actions in ASP.Net MVC?
What is clr? How does work clr & wht is work of clr?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the difference between partial and renderpartial?
Can we have enum in entity framework?
how do you truncate a table using entity data model?