Display string: special char : Control Character « Data Type « C / ANSI-C






Display string: special char


/* Display string: special char*/

#include <stdio.h>

void main()
{
  printf("\nBe careful!!\a");
}



           
       








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.More special charsMore special chars
5.Output control character: new line
6.Output new line character