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
write a porgram in c++ that reads an integer and print the biggest digit in the number
what do you mean by volatile variable?
What does new do in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
How many namespaces are there in c++?
Difference between inline functions and macros?
Explain the uses oof nested class?
What are the extraction and insertion operators in c++? Explain with examples.
Difference between declaration and definition of a variable.
What is ofstream c++?
If I is an integer variable, which is faster ++i or i++?
What are the various access specifiers in c++?
Which is better c++ or java?
What is the operator in c++?
What is the difference between the parameter to a template and the parameter to a function?