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 5577Hi 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!!!
17171hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
1800how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
1879What are anonymous methods ? why these methods are used and in what condition these methods are useful ?
1 3526
What is default boolean value in c#?
Explain about Threading Types.
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
What is disco?
Explain how can I get around scope problems in a try/catch?
What are the features of c#?
Which .gang of four. Design pattern is shown below?
What are the delegates in c#?
What is difference between static and constant variable?
How to use exception handling in stored procedure?
Can you access a hidden base class method in the derived class?
What is ioc containers c#?
What are the types of comment in c# with examples?
What is option parameter in C#?
How does dictionary work in c#?