@[email protected] to Programmer [email protected] • 1 year agoExam Answerprogramming.devimagemessage-square129fedilinkarrow-up1797arrow-down111
arrow-up1786arrow-down1imageExam Answerprogramming.dev@[email protected] to Programmer [email protected] • 1 year agomessage-square129fedilink
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