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

write a porgram in c++ that reads an integer and print the biggest digit in the number

2004


what do you mean by volatile variable?

780


What does new do in c++?

817


Which programming language's unsatisfactory performance led to the discovery of c++?

1044


How many namespaces are there in c++?

763


Difference between inline functions and macros?

764


Explain the uses oof nested class?

870


What are the extraction and insertion operators in c++? Explain with examples.

892


Difference between declaration and definition of a variable.

873


What is ofstream c++?

815


If I is an integer variable, which is faster ++i or i++?

793


What are the various access specifiers in c++?

780


Which is better c++ or java?

750


What is the operator in c++?

850


What is the difference between the parameter to a template and the parameter to a function?

877