adspace
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