int a = '3' + '4';
char n = (char)a;
What will be answer of n?
Answer Posted / shadab
Answer -> 'g'
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is concrete class in c# with example?
How to put assembly in gac?
What is difference between static and constant variable?
What is marshalling and what are different kinds of marshalling?
What is COM Interoperability?
What is a streamwriter in c#?
What is data types in c#?
What is threading in c# with example?
How do you comment out code in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Why do we use abstract class in c#?
What is the use of ienumerable in c#?
Explain get and set accessor properties?
What is int16?
What is difference between assembly and dll?