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 is a service layer c#?
How many types of inheritance are there in c#?
Which is faster abstract class or interface in c#?
In C#, explain the difference between overloading and overriding.
Is namespace a class?
Explain about Serialize and MarshalByRef?
Do void methods have parameters?
What are the features of c#?
Define multicast delegate in c#?
Is lazy t thread safe?
Why do we need interfaces in c#?
Explain the Different types of configuration files in .net?
What is interface used in c#?
What is overriding in c#?
Write a syntax for writing a event delegate.