OriginEnergySux@lemmy.world to Lemmy Shitpost@lemmy.world · 5 days agoI mean, technically the kid's rightlemmy.worldimagemessage-square30linkfedilinkarrow-up1445arrow-down17
arrow-up1438arrow-down1imageI mean, technically the kid's rightlemmy.worldOriginEnergySux@lemmy.world to Lemmy Shitpost@lemmy.world · 5 days agomessage-square30linkfedilink
minus-squareInputZero@lemmy.worldlinkfedilinkarrow-up4·4 days agoA. B. C. Are just undefined variables, and therefore a number. It’s just that we haven’t defined what those numbers are so they can still be any real number including the smallest number
minus-squareAxolotl@feddit.itlinkfedilinkarrow-up4·4 days agoError! prog.c: In function ‘main’: prog.c:4:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token 4 | int A.; | ^ prog.c:4:8: error: expected expression before ‘.’ token prog.c:5:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token 5 | int B.; | ^ prog.c:5:8: error: expected expression before ‘.’ token prog.c:6:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token 6 | int C.; | ^ prog.c:6:8: error: expected expression before ‘.’ token
A. B. C.
Are just undefined variables, and therefore a number. It’s just that we haven’t defined what those numbers are so they can still be any real number including the smallest number
Error!