How we make a programme to find area and perimeter of circle using call by reference in c | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How we make a programme to find area and perimeter of circle using call by reference in c

C programming

8th Feb 2021, 1:27 PM
jay Sandhu
jay Sandhu - avatar
2 Answers
+ 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
8th Feb 2021, 2:18 PM
Ipang
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
8th Feb 2021, 3:03 PM
Muzammil
Muzammil - avatar