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
What is null propagation c#?
What is a bool in c#?
What is type safe code?
Why do we use partial class in c#?
Can we overload indexer in c#?
What is string method in c#?
How is a loop recorder monitored?
What is the purpose of reserved word using in c#?
Which is faster iqueryable or ienumerable?
What are delegates?
What is the difference between field and variable in c#?
What are generations and how are they used by the garbage collector?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
what is an event? Define delegate?
How to generate strong name key file or which command is used to generated strong name key file?