minus-square@Cerise_Wlink2•11 months agoCan we talk about variable scope? Is x changing inside a called function without so much as a pointer being passed?
minus-square@Deuceslink5•11 months agoAvoiding global variables is just something dumb people do to protect themselves. Real programmers declare every variable before Main.
Can we talk about variable scope? Is x changing inside a called function without so much as a pointer being passed?
Avoiding global variables is just something dumb people do to protect themselves. Real programmers declare every variable before Main.