- 2
When there are two required input numbers and if only one number is input,why does the output come out as 2686816 ?
2 Respostas
+ 7
This is because the other variable is uninitialised and stores garbage values.
+ 1
What code are you asking about?