@[email protected] to Programmer [email protected] • 1 year agoExam Answerprogramming.devimagemessage-square128fedilinkarrow-up1796
arrow-up1796imageExam Answerprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square128fedilink
minus-square@[email protected]linkfedilink4•1 year agoIn most languages, length method doesn’t count the null terminator. Might result in some fun memory errors
But does it count the null byte or not?
In most languages, length method doesn’t count the null terminator. Might result in some fun memory errors