Displaying a String with line separator : Control Character « Data Type « C / ANSI-C






Displaying a String with line separator

/* Displaying a String with line separator */

#include <stdio.h>

void main()
{
  printf("\n 1 \n                  2.");
}




           
       








Related examples in the same category

1.Back to the start of the line
2.Displaying String: out quotation marks in a printf
3.Display string: special char
4.More special charsMore special chars
5.Output control character: new line
6.Output new line character