#include int main(void){ printf("Hello\tWorld!\n"); printf("Hello %d %s!\n", 8, "Earthlings");// Comment ends at end of line! /* Multiple Line Comments */ return 0; }