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.