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 public or shared assemblies ?
What is difference between dynamic and var in c#?
What are the fundamental principles of oo programming?
Is c# the same as d flat?
Which of these string definitions will prevent escaping on backslashes in c#?
What is the difference between constants and read-only?
What is the data encapsulation?
What is the difference between Decorator and Adapter pattern?
What happens if a static constructor throws an exception?
Whats an assembly? Describe the importance of assembly?
Is it good to use var in c#?
Define a jagged array in c#?
How does array sort work?
What is the difference between dispose() and finalize() methods in c#?
Can destructors have access modifiers?