An application of pointers
We want to write a function that calculates the area as well as the perimeter of a circle whose radius is passed as an argument to the function. No calculation should take place in main(), the calling function.
Pointers allow the programmer to ‘retur...
kaustubhk.hashnode.dev1 min read