More special chars : Control Character « Data Type « C / ANSI-C






More special chars

More special chars


#include <stdio.h>
/* Include the header file for input and output */

void main() {
  printf("\n\n\n Three lines");
  printf("\n Special chars.\n\n\n\a\a");
  printf("\t \tA Tab \n");
  printf("\t \tA control character?\n");
  printf("\n\t\t\b\b more special chars?\n\n");
}


           
       








Related examples in the same category

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