Multiple Choice
What will be output of the following conversion ?
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() ;
}
A) 1, 97
B) 65, 97
C) 65, 97.
D) 97, 1
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following statements is correct?<br>A)When
Q5: Scope of variable is related to definition
Q6: Minimum and Maximum range of values supported
Q7: Which of the following does not store
Q8: Which of the following can implement an
Q10: What is the size of a Decimal?<br>A)4
Q11: Which of the following is the correct
Q12: Which datatype should be more preferred for
Q13: Which of the following are value types?<br>1)Integer<br>2)Array<br>3)Single<br>4)String<br>5)Long<br>A)1,
Q14: Which of the following is the correct