+ 21
function declaration
In the code given below why we can’t prototype the makeInt() function without providing the parameters in the function prototyping. PLEASE LET ME KNOW IN THE COMMENTS https://code.sololearn.com/cBs52VQ5MPMu/?ref=app
6 Antworten
+ 3
You can't do :
int makeInt(int[], int) ;
?
+ 21
i didn’t try that 🤯
p.s: woking perfectly.
+ 13
Nikhil Goyal I tried this already, it gives error
+ 4
😉👌
+ 2
Int makeint(int, int)
Try this....
0
.