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();
}
Q. What will be output of the following conversion ?
Code:
β
Correct Answer: (C)
65, 97
You must be Logged in to update hint/solution
Discussion
Question Analytics
516
Total Visits
4 y ago
Published
Madhu
Publisher
95%
Success Rate