1.

What is the output for the following code ? static void Main(string[] args) { int a = 5; if (Convert.ToBoolean((.002f) -(0.1f))) Console.WriteLine("Saeed Anwar"); else if (a == 5) Console.WriteLine("Rmeez Raja"); else Console.WriteLine("Ijaz Ahmed"); Console.ReadLine(); }

A. Rameez Raja
B. Saeed Anwar
C. Ijaz Ahmed
D. Warning : Unreachable Code
Answer» C. Ijaz Ahmed


Discussion

No Comment Found