Hi i need to Acess a variable "int Intval" in the below
mentioned code .How to Access it guys i am waiting for your
reply

Answer Posted / ved prakash

using System;
class ved
{
public static void Main()
{
int x,y,z;
x=3;
y=6;
z=0;
z=x+y;
Console.WriteLine(z);
Console.ReadLine();

}
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methods can be overridden in java?

679


What is the role of static keyword for a class member variable?

631


What is data structure in c++?

664


What is virtual function? Explain with an example

592


what are the iterator and generic algorithms.

1689






Difference between delete and free.

619


What is the header file for setw?

579


Is map ordered c++?

596


Why do we use structure in c++?

580


Define friend function.

574


Why do we use iterators?

622


Write bites in Turbo c++ Header ("Include") Files.

690


what are Operators and explain with an example?

711


What is a class definition?

615


You run a shell on unix system. How would you tell which shell are you running?

663