If we aren't creating any variable for 'hello world' program then where do the data store to run the program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

If we aren't creating any variable for 'hello world' program then where do the data store to run the program?

??

1st Jan 2017, 2:26 AM
mahesh naandade
mahesh naandade - avatar
2 Answers
+ 2
the binary file stores the program what is created by a compailer from the source code you write.
1st Jan 2017, 3:00 AM
DFX
DFX - avatar
+ 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.
1st Jan 2017, 3:04 AM
DFX
DFX - avatar