/* Displaying a String with line separator */ #include <stdio.h> void main() { printf("\n 1 \n 2."); }