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 is c++

1814


What are the two types of comments, and how do they differ?

583


Do inline functions improve performance?

658


Is c++ map a hash table?

575


Is c++ a pure oop language?

610






What is the type of 'this' pointer? When does it get created?

555


What is dynamic and static typing?

685


What do you understand by a pure virtual member function?

559


Do the names of parameters have to agree in the prototype, definition, and call to the function?

611


Where can I run c++ program?

611


What is a c++ map?

672


Why main function is special in c++?

677


What is c++ used for in games?

617


What is istream and ostream in c++?

604


What is pointer to member?

607