int a = '3' + '4';
char n = (char)a;
What will be answer of n?
Answer Posted / vinay
103'g'
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is msil in c#?
What is .cs file in c#?
How do you name a variable in c#?
In .NET which is the smallest unit of execution?
explain the features of static/shared classes.
What is the difference between list and ilist in c#?
What exception can an overridden method throw in comparison with the method it is overriding?
How many types of constructors are there in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
Describe an interface class?
Explain the serialization in .net
What is an assembly in dotnet?
Explain polymorphism in c# with a simple example?
Explain what is the smallest unit of execution in .net?