will this code works fine? or will it gives error?
Object obj=5;
int i=6;
i=i+obj;
Answer Posted / deepika
It will give error: "Operator '+' cannot be applied to
operands of type 'int' and 'object'"
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the components required to create a route in mvc?
What is rxjava used for?
What is namespace of asp.net mvc?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
What is stateless model?
Do I need microsoft .net framework?
what is entityclient?
What is viewstart page in mvc?
Explain what platforms does the .net framework run on?
Explain the 'page lifecycle' of an ASP.NET MVC?
What filters are executed in the end?
What is routeconfig.cs in mvc 4?
What is basic authentication in web api?
I want ask from plz smaple example code for Biztalkk server
What is a model in programming?