Computer Science, asked by manikantareddykomatl, 30 days ago

#include<iostream>
using namespace std;
class A
{
int a;
public:
void dp()
{
cout<<"\n Address of current obj: "<<this;
cout<<"\nenter a";
cin>>this->a;//cin>>a -> op // this ptr holds an adrress of a current obj
cout<<"\na= "<<(*this).a; // . op this->a

}
}o1,o2;
main()
{
o1.dp();
o2.dp();
}​

Answers

Answered by krithinastronaut
0

Answer:

wut

Explanation:

The diagonal of a quadrilateral is 16 m. The altitudes from opposite vertices are 6m and 8m.its area is ---sqm

1 point

The diagonal of a quadrilateral is 16 m. The altitudes from opposite vertices are 6m and 8m.its area is ---sqm

1 point

The diagonal of a quadrilateral is 16 m. The altitudes from opposite vertices are 6m and 8m.its area is ---sqm

1 point

Similar questions