+ 4
If we aren't creating any variable for 'hello world' program then where do the data store to run the program?
??
2 ответов
+ 2
the binary file stores the program what is created by a compailer from the source code you write.
+ 2
the hello word program doesn't contains any named variable. the "hello world" text is a literal, its value is not used in other places so we don't have to store its value in a variable.