Obfuscate C Code – Part III
Hi all, This is my third post on the series of articles I’m writing on C code obfuscation. You can check all the posts I’ve written about obfuscation here. The task for this post is quite simple. Given two numbers a and b (b>a>3) as input, print all prime numbers in between a and b (including a and b). Let …