Hello to All
what is the different between printf & sprintf and scanf & sscanf
I read the help but i dont understand it
printf("Hello world \n"); aprintf("Hello world \n"); ------------------------------ int k; scanf("%d",k); sscanf("%d",k);
.
Thanks = 10x
Mayer
have you bother to read the threads above? they clearly answer your question. to make a long story short, just google 'sprintf'. you will be amazed to find that it has nothing to do with LCDs (nor with LSDs...), serial ports and alike.