Hi!
I'm not sure what is the ASCII code for the NULL character. Is it 0?
Well, I don't know. If someone knows the code, please tell me.
Thanks.
This is a discussion on ASCII code for a NULL character within the C Programming forums, part of the General Programming Boards category; Hi! I'm not sure what is the ASCII code for the NULL character. Is it 0? Well, I don't know. ...
Hi!
I'm not sure what is the ASCII code for the NULL character. Is it 0?
Well, I don't know. If someone knows the code, please tell me.
Thanks.
Current projects:
1) User Interface Development Kit (C++)
2) HTML SDK (C++)
3) Classes (C++)
4) INI Editor (Delphi)
The ASCII character for NULL is NULL, its decimal value is 000, its hex value is 00 and its binary value is 0000 0000.
All spelling mistakes, syntatical errors and stupid comments are intentional.