M
Q. What will be output of the following conversion ?
Code:
static void Main(string[] args) { char a = 'A'; string b = "a"; Console.WriteLine(Convert.ToInt32(a)); Console.WriteLine(Convert.ToInt32(Convert.Tochar(b))); Console.ReadLine(); }
Be the first to start discuss.
Related MCQs
Q. Reduce the following equation using k-map Y = B C' D'+ A' B C' D+ A B C' D+ A' B C D+ A B C D
Q. The model to measure the software process improvement is called
Q. Which of the following is used to retrieve pre-enrolment data ?
Q. The performance of an agent can be improved by __________
Q. Why must CMOS devices be handled with care?
Q. Each product term of a group, w’.x.y’ and w.y, represents the in that group.
Discusssion
Login to discuss.