Wednesday, 28 August 2013

Why always hello world?

Why always hello world?

Whatever I am writing in the printf bracket, it is always displaying
"hello world" only. Why is that?
#include <stdio.h>
int main(void)
{
printf("..... world\rhello\n");
return 0;
}

No comments:

Post a Comment