Data Type C

/* Display string: special char*/
#include 
void main()
{
  printf("\nBe careful!!\a");
}