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
English,
7 months ago
Physics,
7 months ago
India Languages,
7 months ago
Social Sciences,
1 year ago
India Languages,
1 year ago
English,
1 year ago