Data Type C

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