class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....
HCL,
3 5732Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
17250hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
1840how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
1917What are anonymous methods ? why these methods are used and in what condition these methods are useful ?
1 3598
What are Regex / regular expressions ?
What is literal control
What is icollection in c#?
What is an actual parameter?
What is windows forms in c#?
What is a struct in C#?
How do you pass reference parameters in c#?
Why generics are used?
How does dependency injection work c#?
What is private and shared assembly?
What does mean before a string in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
What is parseexact c#?
Define delegate in c#?
What is command object in c#?