0
How we make a programme to find area and perimeter of circle using call by reference in c
C programming
2 Réponses
+ 1
Hi Jay,
Please put C-Language in the tags for language context clarity (where you put ? up there) ☝
And don't forget to share your tryout code link, so anyone visiting this thread can check it, knows what the problem is, and what to suggest to help you out 👍
https://www.sololearn.com/post/75089/?ref=app
0
The logic for perimeter is (length+breadth)×2 and logic for area is length × breadth.
First try it yourself then look at my solution.
If you have any questions message me.
Happy Coding!
https://code.sololearn.com/cst4dQYLJsqq/?ref=app
https://code.sololearn.com/crb5h56bkEjf/?ref=app