will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / sri4u_926
Defenitly it gives Error bcoz we cannot apply operators for
the type object.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is storage model? : Entity framework
How large is the .net framework 3.0?
What is edm designer? : Entity framework
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is the difference between viewbag and viewdata in asp.net mvc?
Explain the difference between viewbag and viewdata in mvc?
What is the mvc pattern (model view controller pattern)?
How do I use partial view?
What are the 2 ways of adding constraints to a route?
What are sections?
Is it possible to cancel filter execution?
Is .net core replacing .net framework?
What is NonActionAttribute ?
What is the meaning of unobtrusive javascript?
What is latest version of .net framework?