What are the run-time problems here?
#include <stdio.h>
double add(double p1, p2) {
double i, j = 0;
i = p1 + p2;
j = j + 0;
}
main() {
double a = 13.4, b = 67.99, c;
c = add(a,b);
printf("Add - %f \n",c);
}
|
| ...previous | up (conts) | next... |