These questions for C language,
3. Write a complete custom header file to calculate volume of a sphere. The following are requirements and reference material. a. Reference: volume of a sphere 4/3 * pi* r3 b. The program will use (r * r * r) for r^3 C. Use a preprocessor statement for the constant
OR
OR