gandalf_der_13te@feddit.org to Programmer Humor@programming.dev · 2 days agocan somebody confirm this pls?feddit.orgimagemessage-square21linkfedilinkarrow-up1134arrow-down11
arrow-up1133arrow-down1imagecan somebody confirm this pls?feddit.orggandalf_der_13te@feddit.org to Programmer Humor@programming.dev · 2 days agomessage-square21linkfedilink
minus-squaretreadful@lemmy.ziplinkfedilinkEnglisharrow-up17·2 days agoWhat does assigning ... do in C? Is that just default type value or something?
minus-squareVictoria@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up56·2 days agoprobably just placeholder because what is actually assigned isn’t relevant to the post
minus-squaregandalf_der_13te@feddit.orgOPlinkfedilinkarrow-up30·2 days agoit’s the easter egg operator. it assigns a random value to your variable. useful for when you need a quick source of good-enough randomness in computer games (/jk)
What does assigning
...do in C? Is that just default type value or something?probably just placeholder because what is actually assigned isn’t relevant to the post
it’s the easter egg operator. it assigns a random value to your variable. useful for when you need a quick source of good-enough randomness in computer games (/jk)
Relevant xkcd: https://xkcd.com/221/