The code does not execute properly. Try to figure out why.
int multiply(int* a,char* b)
{
return a,b;
}
Answers
Answered by
0
Answer:
it should be
return a*b;
Explanation:
and it should be int b
Similar questions
History,
6 months ago
Science,
6 months ago
Biology,
6 months ago
Social Sciences,
1 year ago
India Languages,
1 year ago
English,
1 year ago