Comment on The smallest Hello World programComments−fjfaase1yWould it be fair to name the program 'Hello World!' and than use argv[0], which is on the stack, to print out 'Hello World!'?−michidkOP1yHehe a nice idea. But then it would not always print Hello World and you cannot execute it directly.
Comments
Would it be fair to name the program 'Hello World!' and than use argv[0], which is on the stack, to print out 'Hello World!'?
Hehe a nice idea. But then it would not always print Hello World and you cannot execute it directly.