Which will probably be never.

  • marcos@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    Except that this is wrong. C is free to do all kinds of things you didn’t ask it to, and will often initialize your variables without you writing it.

    • nexussapphire@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      Machine code would be a better example of what he’s talking about imo. Not an expert or anything of course.

      • marcos@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        1 month ago

        Odds are that your computer doesn’t export any language where it will do exactly as you say (amd64 machine code certainly won’t execute exactly as written). And how much difference it makes varies from one language to another.

        But the specific example from the OP, of uninitialized variables, is one of those cases where the C spec famously goes completely out of line and says your code can do whatever, run with a random value, fail, initialize it, format your hard drive, make a transaction on your bank account… whatever.

        • Hack3900@lemy.lol
          link
          fedilink
          arrow-up
          2
          ·
          1 month ago

          Coding in C but if I don’t initialize a Variable the compiler formats my drive! (Not Clickbait)