0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
![]() | Re: [CODE]struct rectInfo { int hight; int width; int area; int parimeter; }; void print(rectInfo r) { cout<<r.hight<<" "<<r.width<<" "<<r.area<<" "<<r.parimeter<<endl; } [/CODE] Structure doesn't have functions ![]() |
The End.