User: mohnishkhiani

  • Public profile

User profile: mohnishkhiani

User info
User name:mohnishkhiani
History
Joined:
Number of posts:1
Latest posts:

Accessing pointer member of a class with an object
class A { int *p; int a; A() { p=&a; a=10; } }; void main() { A obj; //How do i access ...

This user does not accept Private Messages