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 is else if syntax?
Discuss the possibilities related to the termination of a program before entering the mainq method?
How are the features of c++ different from c?
What is the use of setprecision in c++?
What is pure virtual function?
What is c++ best used for?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is pure virtual function? Or what is abstract class?
What are shallow and deep copies?
How do you clear a map in c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Define macro.
How can an improvement in the quality of software be done by try/catch/throw?
What are exceptions c++?
What is a singleton c++?