Question: C-programming What is the return type of the below function: double square(double num) { return double * double; }
C-programming
What is the return type of the below function:
double square(double num) {
return double * double;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
