- 1
Interpret the following statements: a) Float Sigma (int P, float S) b) Double *meta (float n, float m)
https://www.sololearn.com/discuss/2730049/?ref=app https://www.sololearn.com/discuss/2730049/?ref=app
1 Answer
+ 1
Interpretation:
a) sigma is a function that takes two parameters, integer and float, and has a return value of type float.
b) meta is a function that returns a pointer to a double type and takes two parameters both of type float.