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