Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #107.58K
Ranked #4K
~92 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for HASHMI007

[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

Member Avatar for HASHMI007
-6
92

The End.