C tricks
You can do arithmetic with chars. So to convert number n to char you can do
| |
You can also do that with the results of logical operations (if you want to annoy somebody):
| |
You can detect an operating system on which the code is executed:
| |
You can do arithmetic with chars. So to convert number n to char you can do
| |
You can also do that with the results of logical operations (if you want to annoy somebody):
| |
You can detect an operating system on which the code is executed:
| |