The name

Màu nền
Font chữ
Font size
Chiều cao dòng


If you want to know the name of the person who will die, here is my riddle for you :

mask = (1<<5)

i = 0x80;

i|=mask ;

printf("%d",i);

If you think that it will print 128, here is the name of the person:

char* name = malloc(7*sizeof(char));

*name = 'e';

*(name+1) = 'i';

*(name+2) = 'm';

*(name+3) = 'e';

*(name+4) = 'r';

*(name+5) = 'e';

*(name+6) = 'j';

If you think that it will print 320, here is the name of the person:

char* name = malloc(8*sizeof(char));

*name = 'g';

*(name+1) = 'n';

*(name+2) = 'a';

*(name+3) = 'n';

*(name+4) = 'j';

*(name+5) = 'e';

*(name+6) = 'r';

*(name+7) = 'e';

If you think that it will print 160, here is the name of the person:

char* name = malloc(9*sizeof(char));

*name = 'g';

*(name+5) = 'a';

*(name+6) = 'm';

*(name+7) = 'a';

*(name+8) = 'n';

*(name+1) = 'a';

*(name+2) = 'u';

*(name+3) = 't';

*(name+4) = 'h';

Bạn đang đọc truyện trên: Truyen2U.Pro