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
What are the two types of polymorphism?
what is the use of void main() in C++ language?
Is turbo c++ free?
What are arithmetic operators?
Can a program run without main function?
What is the standard template library (stl)?
Define vptr.
What is the difference between equal to (==) and assignment operator (=)?
What is the advantage of c++ over c?
Describe the advantage of an external iterator.
What is null and void pointer?
Explain the static member function.
What is the use of dot in c++?
Why do we use classes in c++?
What is the C-style character string?