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
Is arraylist generic in c#?
Name some properties of thread class.
Define parsing?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is Dependency of Injection?
What is the difference between iqueryable and ienumerable?
What is asynccallback c#?
What is difference between .net and c#?
When should we use delegates in c#?
Can an abstract class have a constructor c#?
What is the difference between a class and an object c#?
What are the different states of a thread?
What do you mean by hashtable c#?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What are boxing and unboxing?