X
xhungab
Hello,
Is it legal to write
printf(" %+*.*f",5,0,A[r][c]);
Instead of
printf(" %+5.0f",A[r][c]);
Thank
Is it legal to write
printf(" %+*.*f",5,0,A[r][c]);
Instead of
printf(" %+5.0f",A[r][c]);
Thank