I'm not able to understand because test is not shown.


Code:
printf("test");
    while (1);
while in this code Test is shown:

Code:
printf("test\n");
    while (1);
What's difference with new line?