• @Cerise_W
    link
    24 months ago

    Can we talk about variable scope? Is x changing inside a called function without so much as a pointer being passed?

    • @Deuces
      link
      54 months ago

      Avoiding global variables is just something dumb people do to protect themselves. Real programmers declare every variable before Main.