Hello.
Can I have an elaboration on the difference between null and zero.
For example, we say we set a byte to null (using bzero() to null), how different is it from setting the bytes to zero?
Also, I'd love to be directed to some source which is explicit about the difference. I googled but, found nothing good enough.
Thanks :)
Hanaa
Can I have an elaboration on the difference between null and zero.
For example, we say we set a byte to null (using bzero() to null), how different is it from setting the bytes to zero?
Also, I'd love to be directed to some source which is explicit about the difference. I googled but, found nothing good enough.
Thanks :)
Hanaa
Comment