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 difference between encapsulation and abstraction in c#?
What is msil in c#?
What are the Types of optimization and name a few and how do u do?
What are the types of access modifiers?
Why do we use generics in c#?
Define c# and list the features.
What is the use of expression tree in c#?
What is difference between static and constant variable?
What does char mean in c#?
Can you use foreach iteration on arrays in c#?
How do destructors and garbage collection work in c#?
How do you declare a variable in c#?
Define interface class in c#?
What does the keyword “virtual†declare for a method or property?
Define satellite Assembly?