int a = '3' + '4';
char n = (char)a;
What will be answer of n?
Answer Posted / lourdhu raja. d
value of n = 'g'
Value of a here is 103 ('3' = 51; '4' = 52)
so (char)a = 'g'
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What is difference between code access and role based security?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
Is c# easier than c++?
What is xpath in c#?
who is a protected class-level variable available to?
What language do desktop applications use?
Can abstract classes be final?
Can dictionary have duplicate keys c#?
What are c# i/o classes? What are the commonly used i/o classes?
What is an object and a class?
Is list immutable in c#?
What are the steps for creating clr trigger
How to assign Null value to Var?
Does unity require coding?
Can a dictionary have duplicate keys c#?