+ 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 RĂ©ponses
+ 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
.