/* Printing on one line with two printf statements */ main() { printf("Welcome "); printf("to C!\n"); }