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 exactly is serverless?

492


List the different stages of a thread?

568


Explain the difference between access specifier and access modifier in c#?

576


Why do we need structs in c#?

523


What are managed providers?

631






What are data types with examples?

594


Are c# generics the same as c++ templates?

568


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

588


Are objects passed by reference in c#?

608


Can we change static value in c#?

602


what is difference between destruct or and garbage collection ?

587


What are get and set in c#?

663


How to achieve polymorphism in c#?

629


What is string [] args in c#?

615


Explain the difference between a struct and a class?

592