#include int main() { printf("hello \tworld \n"); // printf("hello \cworld \n"); // compiler complains with "unknown escape sequence" }