0
Figure it out
the code does not execute properly.pls fix it.using C language. int multiply (int a,char *b) { return a b; }
1 Respuesta
+ 6
First of all, how are you multiplying different datatypes?🐱
the code does not execute properly.pls fix it.using C language. int multiply (int a,char *b) { return a b; }