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
Why use “using” in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Define acid rule of thumb for transactions in c#.
Why do we need singleton class in c#?
Can a class have static constructor?
What is console based application?
What is use of list in c#?
Is it possible to force garbage collector to run?
What is selector c#?
what is the difference between .dll and .exe
Why use a singleton instead of static methods?
Explain deadlock?
What is the purpose of namespace in c#?
What are the types of access modifiers?
What is the difference between a function and a method?