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. In duobinary signalling method, for M-ary transmission, the number of output obtained is
Q. ________is a path from one activity state to the next activity state.
Q. The over-determined set of equations can be solved using
Q. What are the major activities of the spiral model of software engineering?
Q. BUS arbitration approach uses the involvement of the processor.
Q. An Oracle object type has two parts the _________ and__________
Discusssion
Login to discuss.