let's assume we create 3 integers.each takes 1 byte of space
int x=4 (1 byte)
int y=4 (1 byte)
int z=6 (1 byte)
when we launch the program after compiling, does the program take 3 bytes of RAM space?
the more declarations ,the more momory it takes in RAM??
2 nd question: what decides the capacity of a compiled program (exe). I mean HDD space that it would take. 100MB,10MB like....