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
What exactly is serverless?
List the different stages of a thread?
Explain the difference between access specifier and access modifier in c#?
Why do we need structs in c#?
What are managed providers?
What are data types with examples?
Are c# generics the same as c++ templates?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
Are objects passed by reference in c#?
Can we change static value in c#?
what is difference between destruct or and garbage collection ?
What are get and set in c#?
How to achieve polymorphism in c#?
What is string [] args in c#?
Explain the difference between a struct and a class?