10 likes | 129 Views
#include <stdio.h> #include <stdlib.h> main() { printf("hello"); printf("12345678901234567890<br>"); printf("hello<br>"); printf("12345678901234567890<br>"); printf("the\llo<br>"); printf("12345678901234567890<br>"); system("pause"); }.
E N D
#include <stdio.h> #include <stdlib.h> main() { printf("hello"); printf("12345678901234567890\n"); printf("hello\n"); printf("12345678901234567890\n"); printf("\the\\llo\n"); printf("12345678901234567890\n"); system("pause"); }