//Example 2.1 clc //Simple program to print "Welcome to c programming" printf("Welcome to c Programming\n"); //If new line character is used.. then program output will change scanf("%c"); clc printf("Welcome to \nc Programming\n");