int a = '3' + '4';
char n = (char)a;
What will be answer of n?

Answer Posted / vinay

103'g'

Is This Answer Correct ?    17 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between class and namespace?

488


How do you clear a list in c#?

495


Is a dll an assembly?

474


What is marshalling and what are different kinds of marshalling?

496


Is boxing an implicit conversion?

537






Is datetime nullable c#?

500


Difference between Value type & reference types ? and give the example in .Net?

519


Can we customize the serialization process?

522


What is difference between continue and break in c#?

477


Explain the role of the datareader class in ado.net connections?

464


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

497


What are interfaces in c#?

512


What is the difference between static and private constructor?

472


Write a syntax for writing a event delegate.

489


How do I format in c#?

499