Deleting the last one@whitenite1 This won't work, because depending on statements the last printed value of 'j' can be ,...
Deleting the last oneThe part of code which is problem for me for(j=0;j<10;j++) { if(b[j]==1) { ...
Deleting the last oneBut \b doesn't work.. when i wrote cout<<"d"; cout<<"\b"; It doesn't delete the 'D' character in...
Deleting the last oneHey, I would like to is there any way for deleting last item in output? For example; for(i=0;i<10;...
Numbers after floating pointfor example c=x/y where x=2, y=3; even if i choose long double type for (c) after few digits after...