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 / saikat ganguly
class val
{
int intval
public :
void func ()
{
print("\n Enter the value of intval);
scanf("%d",&intval);
}
};
void main()
{
val p
p.func();
getch();
}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is c++ considered difficult?
Why do we use structure in c++?
Define token in c++.
What are associate containers?
When do we run a shell in the unix system?
What do manipulators do?
Explain about Virtual Function in C++?
What is the best c c++ compiler for windows?
Explain linked list using c++ with an example?
What should main() return in c and c++?
Can you explicitly call a destructor on a local variable?
What kind of problems can be solved by a namespace?
How does work in c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is else syntax in c++?