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
how to sort an array in c#
What are Indexers in C#?
What is data set in c#?
Explain states of a thread in c#?
Describe ways of cleaning up objects in c#.
write a program to find the biggest palindrome in the given string
Is c# an open source language?
How to sort an int array in c#?
What do you mean by sealed classes and static classes?
What is join in c#?
What is the difference between int.parse and int.tryparse methods?
What is difference between dynamic and var in c#?
What is linq c#?
What is the main method in c#?
Explain Direct CAST vs CType ?