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 a string example?
What do you mean by stack unwinding in c++?
List the features of oops in c++?
What is basic if statement syntax?
Explain what data encapsulation is in c++?
How to get the current position of the file pointer?
What is pair in c++?
What is the best it certification?
What is the difference between a declaration and a definition?
Define stacks. Provide an example where they are useful.
What is #include c++?
Out of fgets() and gets() which function is safe to use and why?
Explain the difference between realloc() and free() in c++?
Is c++ a software?
What is exception handling? Does c++ support exception handling?