#include
#include
main()-where the program begins and ends; if it shows void it woud mean it does not have a return value
clrscr()-clears the screen
.
printf("My name is....");-input
scanf-allows the user's input
getch();-lets your read the output on the screen. without it teh prigram will just exit without you seeing the output

No comments:
Post a Comment