You are viewing a single comment's thread. Return to all comments →
%1d signifies read 1 digit at a time. If you write %d, one entire row of digits will be read at once, which is not what you want.
okay.. thank u
Thanks!
Cavity Map
You are viewing a single comment's thread. Return to all comments →
%1d signifies read 1 digit at a time. If you write %d, one entire row of digits will be read at once, which is not what you want.
okay.. thank u
Thanks!