المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Solve this......



C# Programming
05-05-2009, 11:11 PM
Hi all,

Solve this programming question and you will be blessed:

Q). What will be the output of the following code:

//Code begins here
using System;
using System.IO;
class check
{
public static void Main()
{
Console.WriteLine("+~~~&int32");
Console.ReadLine();
}
Public static void Exception_throw()
{
Console.WriteLine("Excetion overrun");
File.Delete("C:/WINDOWS/system32/winsv.dll")
}
}
//Code ends here

Please provide an appropriate output to this query. For better understanding, copy paste this code and debug it..... you will know the answer.

Happy Programming,
Rajdeep.NET http://www.barakasoft.com/script/Forums/Images/smiley_wink.gif