Hi gentlemen, I'm learning my programming language bymuself (solo) and once I'm writing a code, I really concern alot on the hardware and how the compiler convert my code to the PC, for example i'M STRUGGLING like this problem, once we do IN c programming int x=526; so how that value which is like "intact" value enter into my x/assign to my x?! how is really intact values entered into variable "x" , in real life it's reasonable, but how PC doing that taking intact values like human's thinking and assigns it into x ?! like this problem I'm struggling alot!


So, to sum up, should I as a programmer concern about hardware? or just take things/language code as something implicitly concept? I mean with implicitly concept, it's implicitly working as this ... and as programmer need to just understand the concept.



Am I right?