Interpret the following statements: a) Float Sigma (int P, float S) b) Double *meta (float n, float m) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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

21st Mar 2021, 2:36 AM
Awino Emanuel
Awino Emanuel - avatar
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.
23rd Mar 2021, 6:34 PM
Joseph Kamore
Joseph Kamore - avatar