We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hey want to ask that the put() function has a line feed and enter in itself?????? or what?
Enter "puts()" in the search box above and click "Go".
yes it gives line feed,but what about enter. if i have to execute any command using enter so should i append the enter in my string???
Did you read the note here?
http://www.keil.com/support/man/docs/c51/c51_puts.htm
It says "This function is implementation-specific and is based on the operation of the putchar function."
If you are using the default putchar(), the source for it was installed with your compiler; under the lib subdirectory if I remember.