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
How are methods overloaded?
How do I use the 'using' keyword with multiple objects?
In how many ways you can overload a method?
What is serializable in c#?
How do you define a predicate?
What is the difference between add and addrange in c#?
Why do we need to override in c#?
List down the differences between public, static and void keywords?
Can we create instance of private class in c#?
What is multicast delegate explain with example?
What is an array? Give the syntax for a single and multi-dimensional array?
What are the advantages of generics in c#?
What is eager loading in c#?
What is string class in c#?
What is data type c#?