obfuscation tag

3 questions


1 answers
80 views
0
Why did you define TRUE and FALSE macros like this?

I saw in the book that TRUE/FALSE was defined like this, but I don't know the reason. #define TRUE '/'/'/' #define FALSE '-'-'-'What does this mean?Why can you write that one-zero?

2 years ago

1 answers
131 views
0
How to protect your Python code

I am developing software that will be distributed to customers with Python now. The boss wants to restrict the use of the software by placing a part-time license.The problem is that if you distribute ...


1 answers
176 views
0
What does C's >>= operation do?

The school gave it to me as an assignmentI don't know what this code is doing or why it's running normally>>>=What is this doing?Why is the output ????#include <stdio.h>int main(){ int ...


© 2024 OneMinuteCode. All rights reserved.