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 can one use hcl and c sharp together?
How do you concatenate in c#?
How you will create satellite assemblies?
Contrast between an interface and abstract class?
What is yield break in c#?
What is escape character in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is fcl in c#?
What is the wildcard character in sql?
Why singleton pattern is used in c#?
What is difference between write and writeline?
Define a partial class?
What is the difference between console application and windows application?
What is dictionary collection in c#?
What are sessions in c#?