int a = '3' + '4';
char n = (char)a;
What will be answer of n?
Answer Posted / amol more
Hey Hi Guys, we will get the error like below,
Error: Too many characters in character literal
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What does clr stand for?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is a boolean c#?
What does int parse do in c#?
If the original method is not static you can declare an override method to be static or not?
Describe a Struct ?
What are access modifiers in c#?
How can you force derived classes to provide new method implementations for virtual methods?
What is the difference between proc. Sent by val and by sub?
What is difference between variable and property in c#?
Wcf and what is difference between wcf and web services?
Explain the three test cases in unit testing?
What is concrete class in c# with example?
What is the difference between array and list in c#?
How do you serialize an object?