|
|
|
|
|
by iopq
4095 days ago
|
|
No, I didn't. I actually added the character '!' to '#'. The C language doesn't DISTINGUISH characters from their numerical representations. That's where I say it's weakly typed. It does not have an actual character type, it only has 8 bit numbers. Of course in C it is perfectly logical. I am pointing out that it is not as strongly typed as other type systems that have richer types. |
|