Which of the following are valid function calls to the pow function?
a. pow(int x, int y);
b. pow(2);
c. pow(1.1,3.0);
d. double pow(1.1,3.0);
c. pow(1.1,3.0);
Computer Science & Information Technology
a. pow(int x, int y);
b. pow(2);
c. pow(1.1,3.0);
d. double pow(1.1,3.0);
c. pow(1.1,3.0);