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
Can we make a Static Constructor Parameterized? Give Reason with your answer
Illustrate the process of code compilation in c#?
What's c# ?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What does string format do?
Why is static constructor called first?
Why can't we use a static class instead of singleton?
What is a class in unity?
What is nullable types in c#?
What is scaffolding in c#?
What is the use of static members with example using c#.net.
Define satellite Assembly?
Explain about ODP.net
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is session variable in c#?